diff options
author | 1996-09-20 08:25:01 +0000 | |
---|---|---|
committer | 1996-09-20 08:25:01 +0000 | |
commit | b9223a6fceb261a6bd01daa3ef913bffbf9fbeb3 (patch) | |
tree | e7d0ecbb411efeec67d798aff8de0925c6225673 | |
parent | pull cdefs.h in sys/signal.h instead; improvement on netbsd pr#2712; laine@mornignstar.com (diff) | |
download | wireguard-openbsd-b9223a6fceb261a6bd01daa3ef913bffbf9fbeb3.tar.xz wireguard-openbsd-b9223a6fceb261a6bd01daa3ef913bffbf9fbeb3.zip |
arc, not pica
-rw-r--r-- | sbin/disklabel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index f33c98475ec..66fe8bb7ac7 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1996/06/17 06:57:05 downsj Exp $ +# $OpenBSD: Makefile,v 1.6 1996/09/20 08:25:01 deraadt Exp $ # $NetBSD: Makefile,v 1.18 1995/10/17 16:34:04 cgd Exp $ # @(#)Makefile 8.2 (Berkeley) 3/17/94 @@ -16,7 +16,7 @@ CFLAGS+= -D${MACHINE} CFLAGS+= -DNUMBOOT=2 -DDOSLABEL .endif -.if (${MACHINE} == "pica") +.if (${MACHINE} == "arc") CFLAGS+= -DDOSLABEL .endif |