summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-09-19 01:28:59 +0000
committerderaadt <deraadt@openbsd.org>2005-09-19 01:28:59 +0000
commitafe0a1e62e5fcfe49fed28f960757282274bf96f (patch)
tree29fca7462ef2bf77961a24723494576546e48857 /usr.sbin/fdformat
parentfloppy support; form@openbsd.ru (diff)
downloadwireguard-openbsd-afe0a1e62e5fcfe49fed28f960757282274bf96f.tar.xz
wireguard-openbsd-afe0a1e62e5fcfe49fed28f960757282274bf96f.zip
fdformat on amd64 too
Diffstat (limited to 'usr.sbin/fdformat')
-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