From 810b4d751fb8d38ed09e1fc4e985e35035a4936c Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 28 Sep 1999 07:28:59 +0000 Subject: [PATCH] Reconnect 'bktr' now that world won't (I hope) break again from it. 'make depend' was falling over in it before. --- sys/modules/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 365719da6c3..ead783d6642 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -8,8 +8,7 @@ SUBDIR= aha al ax ccd cd9660 coda dm fdesc fxp if_disc if_ppp if_sl if_tun \ # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" -# XXX broken bktr -SUBDIR+=coff fpu gnufpu ibcs2 linux splash streams \ +SUBDIR+=bktr coff fpu gnufpu ibcs2 linux splash streams \ svr4 syscons vesa vinum .endif