summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ifs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_ifs/Makefile')
-rw-r--r--sbin/mount_ifs/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/mount_ifs/Makefile b/sbin/mount_ifs/Makefile
index 0969ac2..f615327 100644
--- a/sbin/mount_ifs/Makefile
+++ b/sbin/mount_ifs/Makefile
@@ -3,7 +3,10 @@
PROG= mount_ifs
SRCS= mount.c mount_ufs.c getmntopts.c
-NOMAN= true
-# We do NOT install the getmntopts.3 man page.
+NOMAN= noman
+
+MOUNT= ${.CURDIR}/../mount
+CFLAGS+= -I${MOUNT}
+.PATH: ${MOUNT}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud