summaryrefslogtreecommitdiff
path: root/libexec/rpc.rwalld
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-02-04 11:59:08 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-02-04 11:59:08 +0000
commit3ce0bf5144f9eaa74071c54991b3e815c00d5e93 (patch)
treee6e834814937f0248782938d92492388a4aa7112 /libexec/rpc.rwalld
parent751378136dc0cf57c1f8afd98cab167cd6cdaafc (diff)
downloadsrc-test2-3ce0bf5144f9eaa74071c54991b3e815c00d5e93.tar.gz
src-test2-3ce0bf5144f9eaa74071c54991b3e815c00d5e93.zip
Removed unnecessary dependencies on librpcsvc.
Prodded by: des
Notes
Notes: svn path=/head/; revision=125433
Diffstat (limited to 'libexec/rpc.rwalld')
-rw-r--r--libexec/rpc.rwalld/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rpc.rwalld/Makefile b/libexec/rpc.rwalld/Makefile
index e64ff3e1a4b2..83182e904b3e 100644
--- a/libexec/rpc.rwalld/Makefile
+++ b/libexec/rpc.rwalld/Makefile
@@ -4,7 +4,7 @@ PROG = rpc.rwalld
SRCS = rwalld.c
MAN = rpc.rwalld.8
-DPADD= ${LIBRPCSVC} ${LIBUTIL}
-LDADD= -lrpcsvc -lutil
+DPADD= ${LIBUTIL}
+LDADD= -lutil
.include <bsd.prog.mk>