diff options
author | 2004-02-22 05:16:30 +0000 | |
---|---|---|
committer | 2004-02-22 05:16:30 +0000 | |
commit | 16a126bf1090e7f4407750057d74b9356d426816 (patch) | |
tree | 06654a9ed0b259f9a4a640c2bc9cdba20f747877 | |
parent | isa ep works (diff) | |
download | wireguard-openbsd-16a126bf1090e7f4407750057d74b9356d426816.tar.xz wireguard-openbsd-16a126bf1090e7f4407750057d74b9356d426816.zip |
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} |