diff options
author | bde <bde@FreeBSD.org> | 1997-12-16 17:43:33 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-12-16 17:43:33 +0000 |
commit | 40ee54fd84cf15e0e340d25925effdeefab8396e (patch) | |
tree | 9359e479e21df139c80b5f2e6501a50270f7e96b /usr.sbin/rpc.ypupdated | |
parent | 01dd6091edaa3e5d6ce972956bdaff5e8575d53f (diff) | |
download | FreeBSD-src-40ee54fd84cf15e0e340d25925effdeefab8396e.zip FreeBSD-src-40ee54fd84cf15e0e340d25925effdeefab8396e.tar.gz |
Fixed DPADD.
Diffstat (limited to 'usr.sbin/rpc.ypupdated')
-rw-r--r-- | usr.sbin/rpc.ypupdated/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/rpc.ypupdated/Makefile b/usr.sbin/rpc.ypupdated/Makefile index a278ff7..859f047 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 |