From: deraadt Date: Fri, 20 Sep 1996 08:25:01 +0000 (+0000) Subject: arc, not pica X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b9223a6fceb261a6bd01daa3ef913bffbf9fbeb3;p=openbsd arc, not pica --- 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