summaryrefslogtreecommitdiffstats
path: root/sbin/mount_hpfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_hpfs/Makefile')
-rw-r--r--sbin/mount_hpfs/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sbin/mount_hpfs/Makefile b/sbin/mount_hpfs/Makefile
new file mode 100644
index 0000000..a238a28
--- /dev/null
+++ b/sbin/mount_hpfs/Makefile
@@ -0,0 +1,13 @@
+#
+# $FreeBSD$
+#
+
+PROG= mount_hpfs
+SRCS= mount_hpfs.c getmntopts.c
+MAN8= mount_hpfs.8
+
+MOUNT= ${.CURDIR}/../mount
+CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} -DHPFS
+.PATH: ${MOUNT}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud