summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/mount_ntfs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile
index b70fb2340b4..5180a872bde 100644
--- a/sbin/mount_ntfs/Makefile
+++ b/sbin/mount_ntfs/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.3 2003/05/20 05:05:17 tedu Exp $
+# $OpenBSD: Makefile,v 1.4 2004/02/21 03:37:16 deraadt Exp $
.if (${MACHINE} == "i386")
PROG= mount_ntfs
SRCS= mount_ntfs.c getmntopts.c
-MAN= mount_ntfs.8
+NOMAN=
.else
+MAN= mount_ntfs.8
NOPROG=
.endif