diff options
author | peter <peter@FreeBSD.org> | 1995-10-28 12:35:14 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-10-28 12:35:14 +0000 |
commit | cb39a8365e221ff2749620b51e86782d346a1407 (patch) | |
tree | 82d972add7e7b42b080d221c860f2d3f1e511a97 /lkm/Makefile | |
parent | 466353d34a79d4d0e9ee249600e9424f3bc90d9f (diff) | |
download | FreeBSD-src-cb39a8365e221ff2749620b51e86782d346a1407.zip FreeBSD-src-cb39a8365e221ff2749620b51e86782d346a1407.tar.gz |
Do a pass over the broken LKM's and update them to use the "new"
convention of having their entry point named "<modname>_mod"".
Symorder is enforcing this when the current bsd.kmod.mk is installed.
I've not tested all these, but at least they all compile now.
Reattach them to the makefile.
Note that the change that I made to symorder needs to be compiled and
installed before any LKM's will work - the last version was corrupting
the relocation tables. A "make world" will to this, but if you
manually run a make on the lkm's you'll need to take care of it by
hand.
Diffstat (limited to 'lkm/Makefile')
-rw-r--r-- | lkm/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/lkm/Makefile b/lkm/Makefile index da2eda3..a859667 100644 --- a/lkm/Makefile +++ b/lkm/Makefile @@ -1,12 +1,8 @@ -# $Id: Makefile,v 1.13 1995/10/10 08:23:13 swallace Exp $ +# $Id: Makefile,v 1.14 1995/10/28 02:49:46 ache Exp $ -# -# temp. disabled: -# atapi coff ibcs2 ipfw linux syscons wcd -# -SUBDIR= cd9660 fdesc if_disc if_ppp if_sl if_tun \ - kernfs msdos nfs nullfs \ - pcic portal procfs umapfs union +SUBDIR= cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \ + ipfw kernfs linux msdos nfs nullfs \ + pcic portal procfs syscons umapfs union wcd # # Doesn't work: # mfs |