summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2016-09-01 09:54:58 +0000
committertedu <tedu@openbsd.org>2016-09-01 09:54:58 +0000
commit42e59517247dd4778c65e01e0c64383e9bf06b5e (patch)
tree344684c559328a689f8182d20e8cc2499f1ab234 /usr.sbin/fdformat
parentremove sparc pieces (diff)
downloadwireguard-openbsd-42e59517247dd4778c65e01e0c64383e9bf06b5e.tar.xz
wireguard-openbsd-42e59517247dd4778c65e01e0c64383e9bf06b5e.zip
remove sparc
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 bb44143f4c5..add20ed543b 100644
--- a/usr.sbin/fdformat/Makefile
+++ b/usr.sbin/fdformat/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.6 2005/09/19 01:31:52 deraadt Exp $
+# $OpenBSD: Makefile,v 1.7 2016/09/01 09:54:58 tedu Exp $
-.if ${MACHINE} == "i386" || ${MACHINE} == "sparc" || \
+.if ${MACHINE} == "i386" || \
${MACHINE} == "sparc64" || ${MACHINE} == "amd64"
PROG= fdformat
DPADD= ${LIBUTIL}
@@ -11,6 +11,6 @@ NOPROG=yes
MAN=fdformat.1
-MANSUBDIR=i386 sparc sparc64 amd64
+MANSUBDIR=i386 sparc64 amd64
.include <bsd.prog.mk>