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