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