From: deraadt Date: Thu, 14 Dec 1995 05:39:09 +0000 (+0000) Subject: from netbsd; alpha has 2-leval boot X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0519eaec28369eaaf0b8880cfde4a5e9bca46889;p=openbsd from netbsd; alpha has 2-leval boot --- 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