summaryrefslogtreecommitdiff
path: root/sbin/mount_ntfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_ntfs/Makefile')
-rw-r--r--sbin/mount_ntfs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile
index 5180a872bde..9a25968074d 100644
--- a/sbin/mount_ntfs/Makefile
+++ b/sbin/mount_ntfs/Makefile
@@ -1,14 +1,13 @@
-# $OpenBSD: Makefile,v 1.4 2004/02/21 03:37:16 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2004/02/22 05:16:30 deraadt Exp $
.if (${MACHINE} == "i386")
PROG= mount_ntfs
SRCS= mount_ntfs.c getmntopts.c
-NOMAN=
.else
-MAN= mount_ntfs.8
NOPROG=
.endif
+MAN= mount_ntfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}