summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/rpc.lockd/Makefile4
-rw-r--r--usr.sbin/rpc.ypxfrd/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile
index 55835f4..dd07b71 100644
--- a/usr.sbin/rpc.lockd/Makefile
+++ b/usr.sbin/rpc.lockd/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.4 1997/02/22 16:12:49 peter Exp $
+# $Id: Makefile,v 1.5 1997/05/23 08:42:57 asami Exp $
PROG = rpc.lockd
-SRCS = nlm_prot_svc.c lockd.c procs.c
+SRCS = nlm_prot_svc.c nlm_prot.h lockd.c procs.c
MAN8 = rpc.lockd.8
DPADD= ${LIBRPCSVC}
diff --git a/usr.sbin/rpc.ypxfrd/Makefile b/usr.sbin/rpc.ypxfrd/Makefile
index 9b81dec..44195b5 100644
--- a/usr.sbin/rpc.ypxfrd/Makefile
+++ b/usr.sbin/rpc.ypxfrd/Makefile
@@ -1,7 +1,7 @@
-# $Id$
+# $Id: Makefile,v 1.5 1997/02/22 16:13:00 peter Exp $
PROG= rpc.ypxfrd
-SRCS= ypxfrd_svc.c ypxfrd_server.c yp_error.c \
+SRCS= ypxfrd_svc.c ypxfrd.h ypxfrd_server.c yp_error.c \
yp_access.c ypxfrd_main.c
RPCDIR= ${.CURDIR}/../../include/rpcsvc
OpenPOWER on IntegriCloud