Deleted Added
full compact
Makefile (23037) Makefile (26208)
1# from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
1# from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
2# $Id$
2# $Id: Makefile,v 1.12 1996/08/30 22:36:45 peter Exp $
3
4.SUFFIXES: .x
5
6RPCCOM = rpcgen
7
3
4.SUFFIXES: .x
5
6RPCCOM = rpcgen
7
8HDRS= klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h \
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 \
9 rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h \
10 ypxfrd.h
11XFILES= bootparam_prot.x klm_prot.x mount.x nfs_prot.x nlm_prot.x \
10 ypxfrd.h ypupdate_prot.h nis.h nis_cache.h nis_callback.h \
11 bootparam_prot.h crypt.h
12XFILES= bootparam_prot.x key_prot.x klm_prot.x mount.x nfs_prot.x nlm_prot.x \
12 rex.x rnusers.x rquota.x rstat.x rwall.x sm_inter.x spray.x \
13 rex.x rnusers.x rquota.x rstat.x rwall.x sm_inter.x spray.x \
13 yppasswd.x yp.x ypxfrd.x
14HFILES= yp_prot.h ypclnt.h
14 yppasswd.x yp.x ypxfrd.x ypupdate_prot.x nis.x nis_cache.x nis_object.x \
15 nis_callback.x crypt.x
16HFILES= yp_prot.h ypclnt.h nis_db.h nis_tags.h nislib.h
15
16CLEANFILES+= ${HDRS}
17
18all: ${HDRS}
19
17
18CLEANFILES+= ${HDRS}
19
20all: ${HDRS}
21
22# ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
20beforeinstall:
23beforeinstall:
21 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
24 ${INSTALL} -C -m 444 \
22 ${HFILES:S;^;${.CURDIR}/;} \
23 ${XFILES:S;^;${.CURDIR}/;} \
24 ${HDRS} \
25 ${DESTDIR}/usr/include/rpcsvc
26
27.x.h:
28 ${RPCCOM} -h ${.IMPSRC} -o ${.TARGET}
29
30.include <bsd.prog.mk>
25 ${HFILES:S;^;${.CURDIR}/;} \
26 ${XFILES:S;^;${.CURDIR}/;} \
27 ${HDRS} \
28 ${DESTDIR}/usr/include/rpcsvc
29
30.x.h:
31 ${RPCCOM} -h ${.IMPSRC} -o ${.TARGET}
32
33.include <bsd.prog.mk>