diff options
author | msmith <msmith@FreeBSD.org> | 2001-12-02 06:19:15 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2001-12-02 06:19:15 +0000 |
commit | e033cad08eaa75d199d027155a7cb92d9674aef5 (patch) | |
tree | b0c647aea76ec3a207e145b5022bbbaea48caf5b /sys/modules | |
parent | 73a800ff5fbdadbd91904d6da8434ae9363eeb58 (diff) | |
download | FreeBSD-src-e033cad08eaa75d199d027155a7cb92d9674aef5.zip FreeBSD-src-e033cad08eaa75d199d027155a7cb92d9674aef5.tar.gz |
Re-enable the ciss driver, now that it should be building again.
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 812ea78..c423a4f 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -120,6 +120,7 @@ SUBDIR+=aac \ asr \ atspeaker \ bktr \ + ciss \ coff \ el \ fe \ @@ -139,7 +140,6 @@ SUBDIR+=aac \ streams \ vesa \ wi -BROKEN=ciss .endif #removed while KSE settles in: # smbfs \ |