aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.ypupdated/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-12-16 17:43:33 +0000
committerBruce Evans <bde@FreeBSD.org>1997-12-16 17:43:33 +0000
commit53d0e9f018631126795919e422e2739c8a7080bd (patch)
treeff7ce3270129b249056a6d2931404f330740a90e /usr.sbin/rpc.ypupdated/Makefile
parent5591b823d12e70560f330e67efacff791275a9f7 (diff)
downloadsrc-53d0e9f018631126795919e422e2739c8a7080bd.tar.gz
src-53d0e9f018631126795919e422e2739c8a7080bd.zip
Fixed DPADD.
Notes
Notes: svn path=/head/; revision=31779
Diffstat (limited to 'usr.sbin/rpc.ypupdated/Makefile')
-rw-r--r--usr.sbin/rpc.ypupdated/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/rpc.ypupdated/Makefile b/usr.sbin/rpc.ypupdated/Makefile
index a278ff77644b..859f0471ec23 100644
--- a/usr.sbin/rpc.ypupdated/Makefile
+++ b/usr.sbin/rpc.ypupdated/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.1.1 1997/05/28 15:47:10 wpaul Exp $
+# $Id: Makefile,v 1.2 1997/05/29 13:59:22 wpaul Exp $
PROG= rpc.ypupdated
SRCS= ypupdate_prot_svc.c ypupdated_main.c \
@@ -16,7 +16,8 @@ CFLAGS+= -I${.CURDIR}/../../libexec/ypxfr
#CFLAGS+= -DYP
-LDADD+= -lrpcsvc
+DPADD= ${LIBRPCSVC}
+LDADD= -lrpcsvc
CLEANFILES= ypupdate_prot_svc.c ypupdate_prot.h