diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-09-19 23:19:59 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-09-19 23:19:59 +0000 |
| commit | 977f4ed148ab42bc9a55deddb8c5c9aeb42cc818 (patch) | |
| tree | 42a78b1438502268fa6eeee51166348b66b1a73d | |
| parent | ca2190f252a4d7b0c3584ddb26d9480699f10744 (diff) | |
Notes
| -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 68f208d37ace7..78e7970319307 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -3,7 +3,7 @@ # XXX present but broken: atapi ip_mroute_mod joy pcic SUBDIR= ax ccd cd9660 coda dm fdesc fxp if_disc if_ppp if_sl if_tun ipfw \ - kernfs mfs mii msdos mx nfs ntfs nullfs pn portal procfs sf \ + kernfs mfs mii msdos mx nfs ntfs nullfs pn portal procfs rl sf \ sis sk ste ti tl umapfs union vn vr wb xl # XXX some of these can move to the general case when de-i386'ed |
