diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-07-06 18:20:08 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-07-06 18:20:08 +0000 |
commit | d3ec82ae06823da6450ac730f2feee77eb419b7d (patch) | |
tree | ca71f9a6e2e57ca81e47229e2f4f52aa4d0b4c62 | |
parent | 27f9fbf928e82803c1ab9e90464976a2847bf125 (diff) |
As we parse MBRs on alpha, why not?
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 02894dbbb2f..9d3dd75fa8f 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 1997/06/14 05:08:19 downsj Exp $ +# $OpenBSD: Makefile,v 1.27 1997/07/06 18:20:07 niklas Exp $ # $NetBSD: Makefile,v 1.29 1996/05/14 17:39:21 ws Exp $ # Not ported: XNSrouted enpload scsiformat startslip @@ -31,7 +31,7 @@ SUBDIR+= bim config_slot edlabel fdisk pcmcia_cntrl SUBDIR+= config_slot SUBDIR+= fdisk SUBDIR+= pcmcia_cntrl -.elif (${MACHINE} == "arc") || (${MACHINE} == "powerpc") +.elif (${MACHINE} == "arc") || (${MACHINE} == "powerpc") || (${MACHINE} == "alpha") SUBDIR+= fdisk .elif ${MACHINE} == "pc532" SUBDIR+= bim |