Add bktr (Bt848/Bt878 driver loadable module) to the Makefile i386 only section

This commit is contained in:
Roger Hardiman 1999-06-12 15:11:33 +00:00
parent 6c96acd35c
commit 05da1d9122

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.62 1999/05/15 06:13:27 grog Exp $
# $Id: Makefile,v 1.63 1999/06/02 07:15:17 jb Exp $
# XXX present but broken: atapi ip_mroute_mod joy pcic
# XXX vinum removed pending cdevsw changes review by grog.
@ -8,7 +8,7 @@ SUBDIR= ccd cd9660 coda fdesc fxp if_disc if_ppp if_sl if_tun ipfw kernfs \
# XXX some of these can move to the general case when de-i386'ed
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=coff fpu gnufpu ibcs2 linux splash streams \
SUBDIR+=bktr coff fpu gnufpu ibcs2 linux splash streams \
svr4 syscons vesa
.endif