aboutsummaryrefslogtreecommitdiff
path: root/sbin/mountd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mountd/Makefile')
-rw-r--r--sbin/mountd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mountd/Makefile b/sbin/mountd/Makefile
index d40dd727b3f3..09e943fd8913 100644
--- a/sbin/mountd/Makefile
+++ b/sbin/mountd/Makefile
@@ -4,7 +4,6 @@ PROG= mountd
CFLAGS+=-DNFS
MAN5= exports.5
MAN8= mountd.8
-DPADD= ${LIBRPC}
-LDADD= -lrpc -lutil
+LDADD= -lutil
.include <bsd.prog.mk>