summaryrefslogtreecommitdiff
path: root/usr.sbin/fdformat
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fdformat')
-rw-r--r--usr.sbin/fdformat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile
index a514020e167..7d074d91680 100644
--- a/usr.sbin/fdformat/Makefile
+++ b/usr.sbin/fdformat/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.3 2000/05/18 16:46:37 espie Exp $
+# $OpenBSD: Makefile,v 1.4 2005/03/09 18:41:50 miod Exp $
-.if ${MACHINE} == "i386" || ${MACHINE} == "sparc"
+.if ${MACHINE} == "i386" || ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
PROG= fdformat
DPADD= ${LIBUTIL}
LDADD= -lutil
@@ -10,6 +10,6 @@ NOPROG=yes
MAN=fdformat.1
-MANSUBDIR=i386 sparc
+MANSUBDIR=i386 sparc sparc64
.include <bsd.prog.mk>