X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/b7080c8e96625177072137d504eb8e9c9d748e49..e3d845fab845fed21af97bbae9af95934685d1e9:/netstat.tproj/Makefile diff --git a/netstat.tproj/Makefile b/netstat.tproj/Makefile index a009e36..fbac530 100644 --- a/netstat.tproj/Makefile +++ b/netstat.tproj/Makefile @@ -1,54 +1,21 @@ -# -# Generated by the NeXT 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. -# +Project = netstat +Install_Dir = /usr/sbin -NAME = netstat - -PROJECTVERSION = 2.8 -PROJECT_TYPE = Tool +Embedded=$(shell tconf --test TARGET_OS_EMBEDDED) HFILES = netstat.h +CFILES = data.c if.c inet.c inet6.c ipsec.c main.c mcast.c mbuf.c\ + route.c tp_astring.c unix.c +ifneq ($(Embedded),YES) +CFILES += mroute.c mroute6.c +endif -CFILES = data.c if.c inet.c iso.c main.c mbuf.c mroute.c route.c\ - tp_astring.c unix.c - -OTHERSRCS = Makefile.preamble Makefile Makefile.postamble netstat.1\ - DERIVED_FILES - - -MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles -CODE_GEN_STYLE = DYNAMIC -MAKEFILE = tool.make -NEXTSTEP_INSTALLDIR = /usr/sbin -WINDOWS_INSTALLDIR = /usr/sbin -PDO_UNIX_INSTALLDIR = /usr/sbin -LIBS = -DEBUG_LIBS = $(LIBS) -PROF_LIBS = $(LIBS) - - -HEADER_PATHS =\ - -I$(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/System.framework/PrivateHeaders/bsd/netat - - -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 +MANPAGES = netstat.1 -include $(MAKEFILEDIR)/$(MAKEFILE) +Extra_CC_Flags = -mdynamic-no-pic -dead_strip \ + -DINET6 -DIPSEC \ + -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders --include Makefile.postamble +include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make --include Makefile.dependencies +Install_Program_Mode = 04555