aboutsummaryrefslogtreecommitdiff
path: root/libexec
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
parent751378136dc0cf57c1f8afd98cab167cd6cdaafc (diff)
Notes
Diffstat (limited to 'libexec')
-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 e64ff3e1a4b2a..83182e904b3ed 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>