From 05da1d912258f6b3b27788948c3881a9b880207b Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Sat, 12 Jun 1999 15:11:33 +0000 Subject: [PATCH] Add bktr (Bt848/Bt878 driver loadable module) to the Makefile i386 only section --- sys/modules/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 9b7392aec1b3..a767fcbec359 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -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