summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ntfs/Makefile
diff options
context:
space:
mode:
authorsemenu <semenu@FreeBSD.org>1999-02-03 03:51:19 +0000
committersemenu <semenu@FreeBSD.org>1999-02-03 03:51:19 +0000
commit9ebe38c93424c3050ad3f323d4dc8e3369d9a744 (patch)
treedacd291335ac9183c3c360cf1bd7fbd52513c9dd /sbin/mount_ntfs/Makefile
downloadFreeBSD-src-9ebe38c93424c3050ad3f323d4dc8e3369d9a744.zip
FreeBSD-src-9ebe38c93424c3050ad3f323d4dc8e3369d9a744.tar.gz
Primary version.
Reviewed by: David O'Brien
Diffstat (limited to 'sbin/mount_ntfs/Makefile')
-rw-r--r--sbin/mount_ntfs/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile
new file mode 100644
index 0000000..ba8005b
--- /dev/null
+++ b/sbin/mount_ntfs/Makefile
@@ -0,0 +1,13 @@
+#
+# $Id: Makefile,v 1.2 1999/01/30 05:06:53 semen Exp $
+#
+
+PROG= mount_ntfs
+SRCS= mount_ntfs.c getmntopts.c
+MAN8= mount_ntfs.8
+
+MOUNT= ${.CURDIR}/../mount
+CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
+.PATH: ${MOUNT}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud