]> git.saurik.com Git - apple/network_cmds.git/blame - routed.tproj/Makefile
network_cmds-307.1.1.tar.gz
[apple/network_cmds.git] / routed.tproj / Makefile
CommitLineData
e3d845fa
A
1Project = routed
2Install_Dir = /sbin
b7080c8e
A
3
4HFILES = af.h defs.h interface.h pathnames.h table.h trace.h
b7080c8e
A
5CFILES = af.c defs.c if.c inet.c input.c main.c output.c startup.c\
6 tables.c timer.c trace.c
e3d845fa 7MANPAGES = routed.8
b7080c8e 8
e3d845fa
A
9Extra_CC_Flags = -mdynamic-no-pic -dead_strip \
10 -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
b7080c8e 11
e3d845fa 12include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make