]> git.saurik.com Git - apple/network_cmds.git/blob - rtsol.tproj/Makefile
network_cmds-307.1.1.tar.gz
[apple/network_cmds.git] / rtsol.tproj / Makefile
1 Project = rtsol
2 Install_Dir = /sbin
3
4 CFILES = rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
5 HFILES = rtsold.h
6 MANPAGES = rtsol.8
7
8 Extra_CC_Flags = -mdynamic-no-pic -dead_strip \
9 -DINET6 -DHAVE_GETIFADDRS \
10 -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
11 Extra_LD_Flags = -lipsec
12
13 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
14
15 after_install:
16 $(INSTALL_DIRECTORY) "$(DSTROOT)"/usr/sbin
17 $(LN) -f "$(DSTROOT)"/sbin/rtsol "$(DSTROOT)"/usr/sbin/rtsold
18 $(LN) -f "$(DSTROOT)"/usr/share/man/man8/rtsol.8 \
19 "$(DSTROOT)"/usr/share/man/man8/rtsold.8