aboutsummaryrefslogtreecommitdiff
path: root/libexec/ypxfr
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
committerBruce Evans <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
commit5b963fa12e8baf1eb6f491cfee6b7849d0aa1dba (patch)
tree235e8fcbe852dee096eebfd2c176b6d10c0afa2c /libexec/ypxfr
parentde6669b2e213f787bd1accbabe263e199b35066f (diff)
Notes
Diffstat (limited to 'libexec/ypxfr')
-rw-r--r--libexec/ypxfr/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/ypxfr/Makefile b/libexec/ypxfr/Makefile
index 2beb10d901b3..e7a9cad2dd30 100644
--- a/libexec/ypxfr/Makefile
+++ b/libexec/ypxfr/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1996/06/05 05:42:46 wpaul Exp $
+# $Id: Makefile,v 1.3 1996/06/06 03:58:06 wpaul Exp $
PROG= ypxfr
SRCS= ypxfr_clnt.c yp_clnt.c ypxfr_getmap.c yp_dblookup.c \
@@ -10,7 +10,8 @@ SRCS= ypxfr_clnt.c yp_clnt.c ypxfr_getmap.c yp_dblookup.c \
MAN8= ypxfr.8
CFLAGS+= -I.
-LDADD+= -lrpcsvc
+DPADD= ${LIBRPCSVC}
+LDADD= -lrpcsvc
CLEANFILES= yp.h yp_clnt.c ypxfr_clnt.c