]> git.saurik.com Git - apple/network_cmds.git/blob - traceroute6.tproj/Makefile
network_cmds-307.tar.gz
[apple/network_cmds.git] / traceroute6.tproj / Makefile
1 Project = traceroute6
2 Install_Dir = /usr/sbin
3
4 CFILES = traceroute6.c
5 MANPAGES = traceroute6.8
6
7 Extra_CC_Flags = -mdynamic-no-pic -dead_strip \
8 -DINET6 -DIPSEC
9 Extra_LD_Flags = -lipsec
10
11 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
12
13 Install_Program_Mode = 04555