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