Deleted Added
full compact
Makefile (33298) Makefile (39429)
1# from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
1# from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
2# $Id: Makefile,v 1.21 1998/01/19 17:19:09 wpaul Exp $
2# $Id: Makefile,v 1.22 1998/02/13 03:10:28 bde Exp $
3
4.SUFFIXES: .x
5
6RPCCOM = rpcgen -C
7
8HDRS= key_prot.h klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h \
9 rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h \
10 ypxfrd.h ypupdate_prot.h nis.h nis_cache.h nis_callback.h \

--- 13 unchanged lines hidden (view full) ---

24 ${HFILES:S;^;${.CURDIR}/;} \
25 ${XFILES:S;^;${.CURDIR}/;} \
26 ${HDRS} \
27 ${DESTDIR}/usr/include/rpcsvc
28 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 key_prot.h \
29 ${DESTDIR}/usr/include/rpc
30
31.x.h:
3
4.SUFFIXES: .x
5
6RPCCOM = rpcgen -C
7
8HDRS= key_prot.h klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h \
9 rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h \
10 ypxfrd.h ypupdate_prot.h nis.h nis_cache.h nis_callback.h \

--- 13 unchanged lines hidden (view full) ---

24 ${HFILES:S;^;${.CURDIR}/;} \
25 ${XFILES:S;^;${.CURDIR}/;} \
26 ${HDRS} \
27 ${DESTDIR}/usr/include/rpcsvc
28 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 key_prot.h \
29 ${DESTDIR}/usr/include/rpc
30
31.x.h:
32 ${RPCCOM} -h ${.IMPSRC} -o ${.TARGET}
32 ${RPCCOM} -h -DWANT_NFS3 ${.IMPSRC} -o ${.TARGET}
33
34nis.h: nis_object.x
35
36.include <bsd.prog.mk>
33
34nis.h: nis_object.x
35
36.include <bsd.prog.mk>