the two real include files are now in /usr/src/include
This commit is contained in:
parent
a97c22bc0c
commit
b23795cc2b
|
@ -1,6 +1,5 @@
|
|||
# $Id: Makefile.src,v 1.2 1993/10/08 05:44:32 cgd Exp $
|
||||
# $Id: Makefile.src,v 1.3 1993/10/09 23:31:27 cgd Exp $
|
||||
|
||||
RPCSRCS= bootparam_prot.x klm_prot.x mount.x nfs_prot.x nlm_prot.x \
|
||||
rex.x rnusers.x rquota.x rstat.x rwall.x sm_inter.x spray.x \
|
||||
yp.x yppasswd.x
|
||||
RPCHDRS= yp_prot.h ypclnt.h
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.1 1993/10/08 05:26:31 cgd Exp $
|
||||
# $Id: Makefile,v 1.2 1993/10/09 23:31:36 cgd Exp $
|
||||
|
||||
RPCDIR= ${.CURDIR}/../src
|
||||
.PATH: ${RPCDIR}
|
||||
|
@ -20,7 +20,7 @@ install:
|
|||
install ${COPY} -o bin -g bin -m 444 $$i \
|
||||
${DESTDIR}/usr/include/rpcsvc ; \
|
||||
done
|
||||
@for i in $(RPCSRCS) $(RPCHDRS); do \
|
||||
@for i in $(RPCSRCS); do \
|
||||
echo install -c -o bin -g bin -m 444 ${RPCDIR}/$$i \
|
||||
${DESTDIR}/usr/include/rpcsvc ; \
|
||||
install -c -o bin -g bin -m 444 ${RPCDIR}/$$i \
|
||||
|
|
Loading…
Reference in New Issue