diff options
author | wpaul <wpaul@FreeBSD.org> | 1996-06-05 03:47:18 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1996-06-05 03:47:18 +0000 |
commit | 288efe6c2f9f048aeb2d37d401904c8f5c6c83ba (patch) | |
tree | e329dc874f0c586e9250d33df75f34528fbc51ef /include | |
parent | 7bd576670047d0a9ab207098235df8b1456acb01 (diff) | |
download | FreeBSD-src-288efe6c2f9f048aeb2d37d401904c8f5c6c83ba.zip FreeBSD-src-288efe6c2f9f048aeb2d37d401904c8f5c6c83ba.tar.gz |
Now that Peter has been nice enough to bail me out of my last little
mishap, it's time to have the Makefile install ypxfrd.x and ypxfrd.h.
Diffstat (limited to 'include')
-rw-r--r-- | include/rpcsvc/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/rpcsvc/Makefile b/include/rpcsvc/Makefile index 12ee464..22f49d5 100644 --- a/include/rpcsvc/Makefile +++ b/include/rpcsvc/Makefile @@ -1,16 +1,17 @@ # from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC -# $Id: Makefile,v 1.6 1995/08/06 12:23:10 bde Exp $ +# $Id: Makefile,v 1.7 1995/08/15 20:06:50 joerg Exp $ .SUFFIXES: .x RPCCOM = rpcgen BINMODE = 444 -HDRS= klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h\ - rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h +HDRS= klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h \ + rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h \ + ypxfrd.h XFILES= 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 \ - yppasswd.x yp.x + yppasswd.x yp.x ypxfrd.x HFILES= yp_prot.h ypclnt.h CLEANFILES+= ${HDRS} |