#
-# Generated by the NeXT Project Builder.
+# Generated by the Apple Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
PROJECTVERSION = 2.8
PROJECT_TYPE = Tool
+Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
+
HFILES = netstat.h
-CFILES = data.c if.c inet.c iso.c main.c mbuf.c mroute.c route.c\
- tp_astring.c unix.c
+CFILES = data.c if.c inet.c inet6.c ipsec.c main.c mcast.c mbuf.c\
+ route.c tp_astring.c unix.c
+
+ifeq "$(Embedded)" "NO"
+CFILES += mroute.c mroute6.c
+endif
OTHERSRCS = Makefile.preamble Makefile Makefile.postamble netstat.1\
DERIVED_FILES
HEADER_PATHS =\
- -I$(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/System.framework/PrivateHeaders/bsd/netat
+ -I$(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/System.framework/PrivateHeaders/
NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc