summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-04-09 21:48:17 +0000
committerbapt <bapt@FreeBSD.org>2015-04-09 21:48:17 +0000
commitbc4e6f7d48710706198049389f16123bea49abcc (patch)
tree1598597a6368a2dd845d98c6d5b606e69840e03e
parent582db181fd9e609ae1bd7eda0cb71c5fb1684d6b (diff)
downloadFreeBSD-src-bc4e6f7d48710706198049389f16123bea49abcc.zip
FreeBSD-src-bc4e6f7d48710706198049389f16123bea49abcc.tar.gz
rpc.locked does not need to link to libutil
-rw-r--r--usr.sbin/rpc.lockd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile
index 16b4d4f..73c69ef 100644
--- a/usr.sbin/rpc.lockd/Makefile
+++ b/usr.sbin/rpc.lockd/Makefile
@@ -9,7 +9,7 @@ SRCS= kern.c nlm_prot_svc.c lockd.c lock_proc.c lockd_lock.c
CFLAGS+= -I. -I${DESTDIR}/usr/include/rpcsvc
WARNS?= 3
-LIBADD= rpcsvc util
+LIBADD= rpcsvc
CLEANFILES= nlm_prot_svc.c nlm_prot.h test
OpenPOWER on IntegriCloud