X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/b7080c8e96625177072137d504eb8e9c9d748e49..6308f5e6398ea1d3954c83e53e71790de094c2fb:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index b8719cd..8d27c95 100644 --- a/Makefile +++ b/Makefile @@ -1,59 +1,27 @@ -# -# 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 - -SUBPROJECTS = timed.tproj bootparams - -TOOLS = arp.tproj domainname.tproj ftp.tproj ftpd.tproj identd.tproj\ - ifconfig.tproj inetd.tproj logger.tproj netstat.tproj\ - nfsd.tproj nfsiod.tproj nfsstat.tproj ping.tproj portmap.tproj\ - rarpd.tproj rbootd.tproj rcp.tproj rexecd.tproj rlogin.tproj\ - rlogind.tproj route.tproj routed.tproj rpcinfo.tproj rsh.tproj\ - rshd.tproj ruptime.tproj rwho.tproj rwhod.tproj slattach.tproj\ - sliplogin.tproj spray.tproj startslip.tproj syslogd.tproj\ - talk.tproj talkd.tproj tcpdump.tproj telnet.tproj\ - telnetd.tproj tftp.tproj tftpd.tproj traceroute.tproj\ - trpt.tproj trsp.tproj uucpd.tproj wall.tproj ypbind.tproj\ - ypcat.tproj ypmatch.tproj yppoll.tproj yppush.tproj\ - ypserv.tproj ypset.tproj ypwhich.tproj ypxfr.tproj\ - makedbm.tproj revnetgroup.tproj rpc_yppasswdd.tproj\ - stdethers.tproj stdhosts.tproj natd.tproj ipfw.tproj - -LIBRARIES = alias pcap - -LEGACIES = newclient.tproj ypinit.tproj - -OTHERSRCS = Makefile Makefile.include Makefile.preamble - -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 +Project = network_cmds + +Embedded=$(shell tconf --test TARGET_OS_EMBEDDED) + +ifeq ($(Embedded),YES) +SubProjects = arp.tproj \ + alias \ + ifconfig.tproj netstat.tproj\ + ping.tproj\ + route.tproj\ + traceroute.tproj\ + natd.tproj +else +SubProjects = arp.tproj \ + alias \ + bootparams \ + ifconfig.tproj netstat.tproj\ + ping.tproj rarpd.tproj\ + route.tproj routed.tproj\ + slattach.tproj spray.tproj\ + traceroute.tproj trpt.tproj\ + natd.tproj ipfw.tproj\ + ping6.tproj traceroute6.tproj rtsol.tproj ndp.tproj rtadvd.tproj\ + ip6conf.tproj ip6fw.tproj kdumpd.tproj +endif + +include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make