diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-12-16 17:43:33 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-12-16 17:43:33 +0000 |
| commit | 53d0e9f018631126795919e422e2739c8a7080bd (patch) | |
| tree | ff7ce3270129b249056a6d2931404f330740a90e /usr.sbin/rpc.ypupdated | |
| parent | 5591b823d12e70560f330e67efacff791275a9f7 (diff) | |
Notes
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 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 |
