diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/fdformat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile index 852dc06064e..bb44143f4c5 100644 --- a/usr.sbin/fdformat/Makefile +++ b/usr.sbin/fdformat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2005/09/19 01:28:59 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2005/09/19 01:31:52 deraadt Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "sparc" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "amd64" @@ -11,6 +11,6 @@ NOPROG=yes MAN=fdformat.1 -MANSUBDIR=i386 sparc sparc64 +MANSUBDIR=i386 sparc sparc64 amd64 .include <bsd.prog.mk> |