X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/b8dff1509d79abed3d82c4d8bfb2e73c7d0f1d1a..e3d845fab845fed21af97bbae9af95934685d1e9:/bootparams/bootparamd.tproj/Makefile diff --git a/bootparams/bootparamd.tproj/Makefile b/bootparams/bootparamd.tproj/Makefile index eab646b..d90abbc 100644 --- a/bootparams/bootparamd.tproj/Makefile +++ b/bootparams/bootparamd.tproj/Makefile @@ -1,48 +1,12 @@ -# -# Generated by the NeXT 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 = bootparamd - -PROJECTVERSION = 2.8 -PROJECT_TYPE = Tool +Project = bootparamd +Install_Dir = /usr/sbin CFILES = bootparamd.c bootparam_proc.c +RPCFILES = ../bootparams/bootparam_prot.x +RPCSVCFILES = ../bootparams/bootparam_prot.x +MANPAGES = bootparamd.8 -OTHERSRCS = Makefile.preamble Makefile Makefile.postamble bootparamd.8 - - -MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles -CODE_GEN_STYLE = DYNAMIC -MAKEFILE = tool.make -NEXTSTEP_INSTALLDIR = /usr/sbin -WINDOWS_INSTALLDIR = /Library/Executables -PDO_UNIX_INSTALLDIR = /bin -LIBS = -DEBUG_LIBS = $(LIBS) -PROF_LIBS = $(LIBS) - - - - -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 = $(JDKBINDIR)/javac - -include $(MAKEFILEDIR)/platform.make - --include Makefile.preamble - -include $(MAKEFILEDIR)/$(MAKEFILE) - --include Makefile.postamble +Extra_CC_Flags = -mdynamic-no-pic -dead_strip +#Extra_LD_Flags = -lbootparam --include Makefile.dependencies +include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make