diff options
author | imp <imp@FreeBSD.org> | 2000-12-13 05:54:26 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-12-13 05:54:26 +0000 |
commit | c264ce875be7b37a90563e949c09c2b67c96a1ca (patch) | |
tree | 313f918f03abafaaafd708e8cdd3a15736569dda /sys/modules | |
parent | b4ed5a3999297ad975f8f211e4d568e9ce874fb0 (diff) | |
download | FreeBSD-src-c264ce875be7b37a90563e949c09c2b67c96a1ca.zip FreeBSD-src-c264ce875be7b37a90563e949c09c2b67c96a1ca.tar.gz |
Add aic and ray modules. I've been building these for a while now on
i386.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 4f148e5..cbad0af 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 |