diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 05:39:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 05:39:10 +0000 |
commit | 69486b0fe78a94df4f5d65a502fae5e4a8303607 (patch) | |
tree | 1d9ac1fcec9fee1f05f0042ad1f4c4a1ef18da26 /sbin/disklabel | |
parent | 462fe1c05915e37987580d4c740391c27b280c31 (diff) |
from netbsd; alpha has 2-leval boot
Diffstat (limited to 'sbin/disklabel')
-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 b663319f6dc..bf2c52ad497 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1995/04/23 19:27:59 ragge Exp $ +# $NetBSD: Makefile,v 1.18 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 |