X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/b8dff1509d79abed3d82c4d8bfb2e73c7d0f1d1a..e3d845fab845fed21af97bbae9af95934685d1e9:/ip6conf.tproj/Makefile diff --git a/ip6conf.tproj/Makefile b/ip6conf.tproj/Makefile index cc966d0..bd2a4b0 100644 --- a/ip6conf.tproj/Makefile +++ b/ip6conf.tproj/Makefile @@ -1,50 +1,20 @@ -# -# Generated by the Apple 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. -# - -NAME = ip6 - -PROJECTVERSION = 2.8 -PROJECT_TYPE = Tool +Project = ip6 +Install_Dir = /usr/sbin CFILES = ip6tool.c - +MANPAGES = ip6.8 ip6config.8 OTHERSRCS = Makefile.preamble Makefile Makefile.postamble 6to4.conf \ ip6config ip6config.8 ip6.8 -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 - - -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 +Extra_CC_Flags = -mdynamic-no-pic -dead_strip \ + -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders -include $(MAKEFILEDIR)/$(MAKEFILE) +include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make --include Makefile.postamble +# 6to4.conf should be root-writable +Install_File_Mode = 0644 --include Makefile.dependencies +after_install: + $(INSTALL_DIRECTORY) "$(DSTROOT)"/private/etc + $(INSTALL_FILE) 6to4.conf "$(DSTROOT)"/private/etc + $(INSTALL_SCRIPT) ip6config "$(DSTROOT)"/usr/sbin