diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-22 05:16:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-22 05:16:31 +0000 |
commit | 7b8b0575c44a1a8ee4c182eec4832e745bd485f7 (patch) | |
tree | 5b0cc30bda3f4353c5c5f6f0b6e65f9253ddc4d9 | |
parent | 3c3bc88c0842c8d4291fc4e1f0e8de40bc1d2fae (diff) |
oops; always man page
-rw-r--r-- | sbin/mount_ntfs/Makefile | 5 |
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} |