from netbsd; alpha has 2-leval boot
authorderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 05:39:09 +0000 (05:39 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 05:39:09 +0000 (05:39 +0000)
sbin/disklabel/Makefile

index b663319..bf2c52a 100644 (file)
@@ -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