]> git.saurik.com Git - apple/network_cmds.git/blame - ip6conf.tproj/Makefile
network_cmds-307.tar.gz
[apple/network_cmds.git] / ip6conf.tproj / Makefile
CommitLineData
e3d845fa
A
1Project = ip6
2Install_Dir = /usr/sbin
b7080c8e 3
7ba0088d 4CFILES = ip6tool.c
e3d845fa 5MANPAGES = ip6.8 ip6config.8
7ba0088d
A
6OTHERSRCS = Makefile.preamble Makefile Makefile.postamble 6to4.conf \
7 ip6config ip6config.8 ip6.8
b7080c8e 8
e3d845fa
A
9Extra_CC_Flags = -mdynamic-no-pic -dead_strip \
10 -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
b7080c8e 11
e3d845fa 12include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
b7080c8e 13
e3d845fa
A
14# 6to4.conf should be root-writable
15Install_File_Mode = 0644
b7080c8e 16
e3d845fa
A
17after_install:
18 $(INSTALL_DIRECTORY) "$(DSTROOT)"/private/etc
19 $(INSTALL_FILE) 6to4.conf "$(DSTROOT)"/private/etc
20 $(INSTALL_SCRIPT) ip6config "$(DSTROOT)"/usr/sbin