diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1996-06-06 03:59:22 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1996-06-06 03:59:22 +0000 |
| commit | 8959dd9fd99d55dcc88aa5593dae025d01206e0a (patch) | |
| tree | 864d3bbcc914875211f0ccdf24eefc1aec910f92 /usr.sbin | |
| parent | 1ed0ebdc98d0fd5b410b91cd5a667a908a4df7e0 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/rpc.ypxfrd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.ypxfrd/Makefile b/usr.sbin/rpc.ypxfrd/Makefile index 2020964738f7..627f23f30b34 100644 --- a/usr.sbin/rpc.ypxfrd/Makefile +++ b/usr.sbin/rpc.ypxfrd/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.4 1996/06/03 04:48:32 wpaul Exp $ +# $Id: Makefile,v 1.1.1.1 1996/06/05 04:36:54 wpaul Exp $ PROG= rpc.ypxfrd SRCS= ypxfrd_svc.c ypxfrd_server.c yp_error.c \ - ypxfrd_xdr.c yp_access.c ypxfrd_main.c + yp_access.c ypxfrd_main.c RPCDIR= ${.CURDIR}/../../include/rpcsvc |
