]> git.saurik.com Git - apple/network_cmds.git/blobdiff - ip6conf.tproj/Makefile
network_cmds-307.tar.gz
[apple/network_cmds.git] / ip6conf.tproj / Makefile
index cc966d04c648c8302d72c07d0b49e19a7717c2f1..bd2a4b016241296dd9208e079f91156e6d8e6cf2 100644 (file)
@@ -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