Atari also uses edlabel.

This commit is contained in:
leo 1996-05-27 20:38:21 +00:00
parent d94f5b92f9
commit 83b266c3ab
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.29 1996/05/14 17:39:21 ws Exp $
# $NetBSD: Makefile,v 1.30 1996/05/27 20:38:21 leo Exp $
# @(#)Makefile 8.5 (Berkeley) 3/31/94
# Not ported: XNSrouted enpload scsiformat startslip
@ -30,7 +30,7 @@ SUBDIR+= bim edlabel fdisk
SUBDIR+= fdisk
.elif ${MACHINE} == "pc532"
SUBDIR+= bim
.elif ${MACHINE} == "sun3"
.elif (${MACHINE} == "sun3") || (${MACHINE} == "atari")
SUBDIR+= edlabel
.endif