]> git.saurik.com Git - apple/libinfo.git/blame - util.subproj/Makefile
Libinfo-330.10.tar.gz
[apple/libinfo.git] / util.subproj / Makefile
CommitLineData
d49d4c81
A
1Project = util
2ProductType = staticlib
3Install_Dir = /scratch
4BuildDebug = YES
5BuildProfile = YES
6
7CFILES = hton.c putpwpasswd.c rcmd.c rcmdsh.c
8MANPAGES = rcmd.3 hosts.equiv.5
9
10Extra_CC_Flags = -Wall -fno-common -I. \
11 -I../dns.subproj -I../gen.subproj -I../lookup.subproj \
12 -D__DARWIN_NON_CANCELABLE=1 -DINET6=1
13
14include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
15
16after_install:
17 @for LINK in iruserok.3 iruserok_sa.3 rcmd_af.3 rresvport.3 \
18 rresvport_af.3 ruserok.3 ; do \
19 $(LN) -f "$(DSTROOT)/usr/share/man/man3/rcmd.3" \
20 "$(DSTROOT)/usr/share/man/man3/$${LINK}" ; \
21 done
22 $(LN) -f "$(DSTROOT)/usr/share/man/man5//hosts.equiv.5" \
23 "$(DSTROOT)/usr/share/man/man5/.rhosts.5"