Libinfo-330.10.tar.gz
[apple/libinfo.git] / util.subproj / Makefile
1 Project = util
2 ProductType = staticlib
3 Install_Dir = /scratch
4 BuildDebug = YES
5 BuildProfile = YES
6
7 CFILES = hton.c putpwpasswd.c rcmd.c rcmdsh.c
8 MANPAGES = rcmd.3 hosts.equiv.5
9
10 Extra_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
14 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
15
16 after_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"