diff options
author | wpaul <wpaul@FreeBSD.org> | 1999-09-19 23:19:59 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1999-09-19 23:19:59 +0000 |
commit | acbf246f5fb72c851b709d310e3def4bae13f8b9 (patch) | |
tree | 9e6bc679be0bf5ca886f0cf7ee7c60a3664cb211 /sys | |
parent | 31ec4c12facbc61ce32b4ffa14d7491fd8c48f02 (diff) | |
download | FreeBSD-src-acbf246f5fb72c851b709d310e3def4bae13f8b9.zip FreeBSD-src-acbf246f5fb72c851b709d310e3def4bae13f8b9.tar.gz |
RealTek driver module wasn't being built; add it to the Makefile.
Diffstat (limited to 'sys')
-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 68f208d..78e7970 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 |