Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / include / rpcsvc / Makefile
1 #       from: @(#)Makefile      2.3 88/08/11 4.0 RPCSRC
2 # $FreeBSD: src/include/rpcsvc/Makefile,v 1.24.2.1 2002/07/22 14:21:46 ru Exp $
3 # $DragonFly: src/include/rpcsvc/Makefile,v 1.2 2003/06/17 04:25:58 dillon Exp $
4
5 .SUFFIXES: .x
6
7 RPCCOM = rpcgen -C
8
9 HDRS= key_prot.h klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h \
10       rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h \
11       ypxfrd.h ypupdate_prot.h nis.h nis_cache.h nis_callback.h \
12       bootparam_prot.h crypt.h
13 XFILES= bootparam_prot.x key_prot.x klm_prot.x mount.x nfs_prot.x nlm_prot.x \
14       rex.x rnusers.x rquota.x rstat.x rwall.x sm_inter.x spray.x \
15       yppasswd.x yp.x ypxfrd.x ypupdate_prot.x nis.x nis_cache.x nis_object.x \
16       nis_callback.x crypt.x
17 HFILES= yp_prot.h ypclnt.h nis_db.h nis_tags.h nislib.h
18
19 CLEANFILES+= ${HDRS}
20
21 INCSGROUPS=     INCS RPCHDRS
22 INCS=           ${HFILES} ${XFILES} ${HDRS}
23 INCSDIR=        ${INCLUDEDIR}/rpcsvc
24 RPCHDRS=        key_prot.h
25 RPCHDRSDIR=     ${INCLUDEDIR}/rpc
26
27 .x.h:
28         ${RPCCOM} -h -DWANT_NFS3 ${.IMPSRC} -o ${.TARGET}
29
30 nis.h: nis_object.x
31
32 .include <bsd.prog.mk>