summaryrefslogtreecommitdiffstats
path: root/sbin/mksnap_ffs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mksnap_ffs/Makefile')
-rw-r--r--sbin/mksnap_ffs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sbin/mksnap_ffs/Makefile b/sbin/mksnap_ffs/Makefile
index 3c08f56..40b56b4 100644
--- a/sbin/mksnap_ffs/Makefile
+++ b/sbin/mksnap_ffs/Makefile
@@ -1,8 +1,13 @@
# $FreeBSD$
+.PATH: ${.CURDIR}/../mount
+
PROG= mksnap_ffs
+SRCS= mksnap_ffs.c getmntopts.c
MAN= mksnap_ffs.8
+CFLAGS+=-I${.CURDIR}/../mount
+
.if defined(NOSUID)
BINMODE=550
.else
OpenPOWER on IntegriCloud