diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-08-10 14:27:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-08-10 14:27:19 +0000 |
commit | b2cfb31102494f3c39e19d9d174422bef8b478fb (patch) | |
tree | 82d7d203269361cdb4a795beb75edf83b00f5cc2 /distrib/special/disklabel | |
parent | f47e916de1f9523a058e3b06f884f0685acc1154 (diff) |
armish handled some early-gen arm machines, which required tons of
workarounds. Some of them will soon stand in the way of armv7.
Off to the attic you go.
Diffstat (limited to 'distrib/special/disklabel')
-rw-r--r-- | distrib/special/disklabel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/disklabel/Makefile b/distrib/special/disklabel/Makefile index c769bbd42ca..5e794dbe0c7 100644 --- a/distrib/special/disklabel/Makefile +++ b/distrib/special/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2016/03/09 16:28:45 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2016/08/10 14:27:15 deraadt Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -33,7 +33,7 @@ CFLAGS+= -DSEEALSO="\"fdisk(8), installboot(8)\"" CFLAGS+= -DSEEALSO="\"fdisk(8), installboot(8)\"" .endif -.if (${MACHINE} == "armish") || (${MACHINE} == "loongson") +.if (${MACHINE} == "armv7") || (${MACHINE} == "loongson") CFLAGS+= -DSEEALSO="\"fdisk(8)\"" .endif |