X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/b7080c8e96625177072137d504eb8e9c9d748e49..6308f5e6398ea1d3954c83e53e71790de094c2fb:/ifconfig.tproj/Makefile?ds=sidebyside diff --git a/ifconfig.tproj/Makefile b/ifconfig.tproj/Makefile index 2ae172d..59835db 100644 --- a/ifconfig.tproj/Makefile +++ b/ifconfig.tproj/Makefile @@ -1,51 +1,12 @@ -# -# Generated by the Apple Project Builder. -# -# NOTE: Do NOT change this file -- Project Builder maintains it. -# -# Put all of your customizations in files called Makefile.preamble -# and Makefile.postamble (both optional), and Makefile will include them. -# - -NAME = ifconfig - -PROJECTVERSION = 2.8 -PROJECT_TYPE = Tool +Project = ifconfig +Install_Dir = /sbin HFILES = ifconfig.h +CFILES = ifconfig.c ifmedia.c ifvlan.c ifbond.c +MANPAGES = ifconfig.8 -CFILES = ifconfig.c ifmedia.c - -OTHERSRCS = Makefile.preamble Makefile Makefile.dist ifconfig.8\ - Makefile.postamble - - -MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles -CODE_GEN_STYLE = DYNAMIC -MAKEFILE = tool.make -NEXTSTEP_INSTALLDIR = /sbin -WINDOWS_INSTALLDIR = /sbin -PDO_UNIX_INSTALLDIR = /sbin -LIBS = -DEBUG_LIBS = $(LIBS) -PROF_LIBS = $(LIBS) - - - - -NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc -WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc -PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc -NEXTSTEP_JAVA_COMPILER = /usr/bin/javac -WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe -PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac - -include $(MAKEFILEDIR)/platform.make - --include Makefile.preamble - -include $(MAKEFILEDIR)/$(MAKEFILE) - --include Makefile.postamble +Extra_CC_Flags = -mdynamic-no-pic -dead_strip \ + -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders \ + -DUSE_IF_MEDIA -DINET6 -DNO_IPX -DUSE_VLANS -DUSE_BONDS --include Makefile.dependencies +include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make