From 0519eaec28369eaaf0b8880cfde4a5e9bca46889 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 14 Dec 1995 05:39:09 +0000 Subject: [PATCH] from netbsd; alpha has 2-leval boot --- sbin/disklabel/Makefile | 4 ++-- 1 file 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 -- 2.20.1