X-Git-Url: https://git.saurik.com/apple/libinfo.git/blobdiff_plain/ccd4a120fd72e1cd2071458320f7a1914ef55421..d49d4c8153e0d4ad98ce995c3e488a8b52df9a8e:/util.subproj/Makefile diff --git a/util.subproj/Makefile b/util.subproj/Makefile index f3bb751..ee01d36 100644 --- a/util.subproj/Makefile +++ b/util.subproj/Makefile @@ -1,46 +1,23 @@ -# -# 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 = util - -PROJECTVERSION = 2.8 -PROJECT_TYPE = Component - -CFILES = glob.c hton.c putpwpasswd.c pwcache.c rcmd.c\ - rcmdsh.c - -OTHERSRCS = Makefile Makefile.preamble Makefile.postamble rcmd.3 hosts.equiv.5 - - -MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles -CODE_GEN_STYLE = DYNAMIC -MAKEFILE = subproj.make -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 - --include Makefile.dependencies +Project = util +ProductType = staticlib +Install_Dir = /scratch +BuildDebug = YES +BuildProfile = YES + +CFILES = hton.c putpwpasswd.c rcmd.c rcmdsh.c +MANPAGES = rcmd.3 hosts.equiv.5 + +Extra_CC_Flags = -Wall -fno-common -I. \ + -I../dns.subproj -I../gen.subproj -I../lookup.subproj \ + -D__DARWIN_NON_CANCELABLE=1 -DINET6=1 + +include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make + +after_install: + @for LINK in iruserok.3 iruserok_sa.3 rcmd_af.3 rresvport.3 \ + rresvport_af.3 ruserok.3 ; do \ + $(LN) -f "$(DSTROOT)/usr/share/man/man3/rcmd.3" \ + "$(DSTROOT)/usr/share/man/man3/$${LINK}" ; \ + done + $(LN) -f "$(DSTROOT)/usr/share/man/man5//hosts.equiv.5" \ + "$(DSTROOT)/usr/share/man/man5/.rhosts.5"