summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/fdformat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile
index 7d074d91680..852dc06064e 100644
--- a/usr.sbin/fdformat/Makefile
+++ b/usr.sbin/fdformat/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.4 2005/03/09 18:41:50 miod Exp $
+# $OpenBSD: Makefile,v 1.5 2005/09/19 01:28:59 deraadt Exp $
-.if ${MACHINE} == "i386" || ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
+.if ${MACHINE} == "i386" || ${MACHINE} == "sparc" || \
+ ${MACHINE} == "sparc64" || ${MACHINE} == "amd64"
PROG= fdformat
DPADD= ${LIBUTIL}
LDADD= -lutil