aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount/Makefile')
-rw-r--r--sbin/mount/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile
index 50c19ec36d94..a231cde1a9b5 100644
--- a/sbin/mount/Makefile
+++ b/sbin/mount/Makefile
@@ -3,8 +3,6 @@
PROG= mount
CFLAGS+=-DNFS
MAN8= mount.8
-DPADD= ${LIBRPC}
-LDADD= -lrpc
MLINKS= mount.8 umount.8
.include <bsd.prog.mk>