only built int10 on x86. from macallan.

This commit is contained in:
mrg 2009-06-18 02:46:10 +00:00
parent a1fe0e9723
commit 5de241ae42
1 changed files with 6 additions and 2 deletions

View File

@ -1,10 +1,14 @@
# $NetBSD: Makefile,v 1.27 2009/06/12 01:59:04 mrg Exp $
# $NetBSD: Makefile,v 1.28 2009/06/18 02:46:10 mrg Exp $
SUBDIR= common init ddc dixmods doc dri dri2 dummy i2c int10 loader \
SUBDIR= common init ddc dixmods doc dri dri2 dummy i2c loader \
xf86modes exa \
xorgos ramdac shadowfb vbe vgahw \
x86emu xaa xf86config xf8_16bpp
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
SUBDIR+= int10
.endif
SUBDIR+= .WAIT utils
.include <bsd.own.mk>