summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-21 03:37:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-21 03:37:17 +0000
commit37ac8a57de00bf10677e8b8b9a5cea833395af88 (patch)
treed9b1819cd344d52ae996e931893ff44b1ac3d20a
parentef37bfa7c717ec57b6849438d765a9863d61e1d7 (diff)
commit man page always, on all architectures
-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