From 641d2fddd3e5a89b76acb2aef9d2165877ae2dc4 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 13 Dec 2000 05:54:26 +0000 Subject: [PATCH] Add aic and ray modules. I've been building these for a while now on i386. --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 4f148e5a731..cbad0af35a5 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -18,7 +18,7 @@ SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \ # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" -SUBDIR+=aac asr bktr coff fpu gnufpu ibcs2 mly splash streams \ +SUBDIR+=aac aic asr bktr coff fpu gnufpu ibcs2 mly ray splash streams \ svr4 vesa wi .endif