artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ada775e
)
arc, not pica
author
deraadt
<deraadt@openbsd.org>
Fri, 20 Sep 1996 08:25:01 +0000
(08:25 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 20 Sep 1996 08:25:01 +0000
(08:25 +0000)
sbin/disklabel/Makefile
patch
|
blob
|
history
diff --git
a/sbin/disklabel/Makefile
b/sbin/disklabel/Makefile
index
f33c984
..
66fe8bb
100644
(file)
--- 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