]> git.saurik.com Git - apple/network_cmds.git/blobdiff - netstat.tproj/Makefile
network_cmds-306.tar.gz
[apple/network_cmds.git] / netstat.tproj / Makefile
index 88786fd639f57cb4ffea0f8cc5bd0ebac2440880..feb1448b7d81959644b75eb45865fd8ebb14cf31 100644 (file)
@@ -12,10 +12,16 @@ 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 mbuf.c mroute.c mroute6.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