Deleted Added
full compact
Makefile (29504) Makefile (32551)
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.18 1997/08/21 18:33:13 bde Exp $
2# $Id: Makefile,v 1.19 1997/09/16 10:52:59 bde Exp $
3
4.SUFFIXES: .x
5
6RPCCOM = rpcgen
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
29.x.h:
30 ${RPCCOM} -h ${.IMPSRC} -o ${.TARGET}
31
3
4.SUFFIXES: .x
5
6RPCCOM = rpcgen
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
29.x.h:
30 ${RPCCOM} -h ${.IMPSRC} -o ${.TARGET}
31
32nis.h: nis_object.x
33
32.include <bsd.prog.mk>
34.include <bsd.prog.mk>