2 Install_Dir = /usr/sbin
4 Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
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
15 Extra_CC_Flags = -mdynamic-no-pic -dead_strip \
17 -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
19 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
21 Install_Program_Mode = 04555