]> git.saurik.com Git - apple/network_cmds.git/blob - ifconfig.tproj/Makefile
network_cmds-307.0.1.tar.gz
[apple/network_cmds.git] / ifconfig.tproj / Makefile
1 Project = ifconfig
2 Install_Dir = /sbin
3
4 HFILES = ifconfig.h
5 CFILES = ifconfig.c ifmedia.c ifvlan.c ifbond.c
6 MANPAGES = ifconfig.8
7
8 Extra_CC_Flags = -mdynamic-no-pic -dead_strip \
9 -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders \
10 -DUSE_IF_MEDIA -DINET6 -DNO_IPX -DUSE_VLANS -DUSE_BONDS
11
12 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make