aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mountd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mountd/Makefile')
-rw-r--r--usr.sbin/mountd/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile
index e63b03bbfe45..ebc4d3438cc1 100644
--- a/usr.sbin/mountd/Makefile
+++ b/usr.sbin/mountd/Makefile
@@ -1,13 +1,8 @@
PROG= mountd
-SRCS= mountd.c getmntopts.c
MAN= exports.5 netgroup.5 mountd.8
-MOUNT= ${SRCTOP}/sbin/mount
-CFLAGS+= -I${MOUNT}
WARNS?= 2
-.PATH: ${MOUNT}
-
LIBADD= util
.include <bsd.prog.mk>