artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39a9fd1
)
from netbsd; alpha has 2-leval boot
author
deraadt
<deraadt@openbsd.org>
Thu, 14 Dec 1995 05:39:09 +0000
(
05:39
+0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 14 Dec 1995 05:39:09 +0000
(
05:39
+0000)
sbin/disklabel/Makefile
patch
|
blob
|
history
diff --git
a/sbin/disklabel/Makefile
b/sbin/disklabel/Makefile
index
b663319
..
bf2c52a
100644
(file)
--- a/
sbin/disklabel/Makefile
+++ b/
sbin/disklabel/Makefile
@@
-1,4
+1,4
@@
-# $NetBSD: Makefile,v 1.1
7 1995/04/23 19:27:59 ragge
Exp $
+# $NetBSD: Makefile,v 1.1
8 1995/10/17 16:34:04 cgd
Exp $
# @(#)Makefile 8.2 (Berkeley) 3/17/94
PROG= disklabel
@@
-9,7
+9,7
@@
MAN= disklabel.5 disklabel.8
CFLAGS+= -D${MACHINE}
.endif
-.if (${MACHINE} == "i386")
|| (${MACHINE} == "alpha")
+.if (${MACHINE} == "i386")
CFLAGS+= -DNUMBOOT=2
.endif