]> git.saurik.com Git - apple/network_cmds.git/blob - ipfw.tproj/Makefile
a5c993d8d542f22aa9e53d8be7041003d0744ba4
[apple/network_cmds.git] / ipfw.tproj / Makefile
1 Project = ipfw
2 Install_Dir = /sbin
3
4 CFILES = ipfw2.c
5 MANPAGES = ipfw.8
6
7 Extra_CC_Flags = -mdynamic-no-pic -dead_strip \
8 -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
9
10 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
11