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