]> git.saurik.com Git - apple/network_cmds.git/blobdiff - Makefile
network_cmds-307.tar.gz
[apple/network_cmds.git] / Makefile
index d2e301ec6dca92f3f1efb2b6bf0360f7d08fd0bc..4373ff8d31bb7134a68048c8855882d8192e9a5a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,29 +1,17 @@
-#
-# 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 = network_cmds
-
-PROJECTVERSION = 2.8
-PROJECT_TYPE = Aggregate
+Project = network_cmds
 
 Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
 
-ifeq "$(Embedded)" "YES"
-TOOLS = arp.tproj \
+ifeq ($(Embedded),YES)
+SubProjects = arp.tproj \
        ifconfig.tproj netstat.tproj\
        ping.tproj\
        route.tproj\
        traceroute.tproj
 else
-SUBPROJECTS = bootparams
-
-TOOLS = arp.tproj \
+SubProjects = arp.tproj \
+       alias \
+       bootparams \
         ifconfig.tproj netstat.tproj\
         ping.tproj rarpd.tproj\
         route.tproj routed.tproj\
@@ -32,33 +20,6 @@ TOOLS = arp.tproj \
         natd.tproj ipfw.tproj\
         ping6.tproj traceroute6.tproj rtsol.tproj ndp.tproj rtadvd.tproj\
        ip6conf.tproj ip6fw.tproj kdumpd.tproj
-
-LIBRARIES = alias
 endif
 
-LEGACIES = 
-
-OTHERSRCS = Makefile Makefile.include Makefile.preamble Makefile.postamble
-
-MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
-CODE_GEN_STYLE = DYNAMIC
-MAKEFILE = aggregate.make
-LIBS = 
-DEBUG_LIBS = $(LIBS)
-PROF_LIBS = $(LIBS)
-
-
-
-
-NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
-NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
-
-include $(MAKEFILEDIR)/platform.make
-
--include Makefile.preamble
-
-include $(MAKEFILEDIR)/$(MAKEFILE)
-
--include Makefile.postamble
-
--include Makefile.dependencies
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make