]> git.saurik.com Git - apple/network_cmds.git/blob - netstat.tproj/Makefile
network_cmds-307.1.1.tar.gz
[apple/network_cmds.git] / netstat.tproj / Makefile
1 Project = netstat
2 Install_Dir = /usr/sbin
3
4 Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
5
6 HFILES = netstat.h
7 CFILES = data.c if.c inet.c inet6.c ipsec.c main.c mcast.c mbuf.c\
8 route.c tp_astring.c unix.c
9 ifneq ($(Embedded),YES)
10 CFILES += mroute.c mroute6.c
11 endif
12
13 MANPAGES = netstat.1
14
15 Extra_CC_Flags = -mdynamic-no-pic -dead_strip \
16 -DINET6 -DIPSEC \
17 -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
18
19 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
20
21 Install_Program_Mode = 04555