diff options
author | roger <roger@FreeBSD.org> | 1999-06-12 15:11:33 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 1999-06-12 15:11:33 +0000 |
commit | f972f1b1f1e4743029f813409b2ba61f5397e6d9 (patch) | |
tree | 6f86598b63363fe09a40cb6559447766ea004a4f /sys/modules | |
parent | 4a31cbf0984411b874c55f732af61ed062c34a72 (diff) | |
download | FreeBSD-src-f972f1b1f1e4743029f813409b2ba61f5397e6d9.zip FreeBSD-src-f972f1b1f1e4743029f813409b2ba61f5397e6d9.tar.gz |
Add bktr (Bt848/Bt878 driver loadable module) to the Makefile i386 only section
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 9b7392a..a767fcb 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 |