Don't descend into mbr_bootsel.

i386/and64 mbr code is built in arch i386/stand/mbr
This commit is contained in:
dsl 2003-04-30 19:49:01 +00:00
parent fa01152676
commit 8defedc8ba
1 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,6 @@
# $NetBSD: Makefile,v 1.27 2003/04/26 19:10:09 fvdl Exp $
# $NetBSD: Makefile,v 1.28 2003/04/30 19:49:01 dsl Exp $
SUBDIR= mbr
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
SUBDIR+= mbr_bootsel
.endif
.if (${MACHINE} == "i386" || \
${MACHINE} == "bebox" || \