diff options
author | peter <peter@FreeBSD.org> | 1998-11-03 08:58:27 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-11-03 08:58:27 +0000 |
commit | 78464eeb15142ecc1e86da1e971f43dda0ac3315 (patch) | |
tree | 039249b96e06b4a099c5cf55fe6da25c9921ee48 | |
parent | 851bd52172f83fb878bf2eceb0ccc52a5b9aa1bb (diff) | |
download | FreeBSD-src-78464eeb15142ecc1e86da1e971f43dda0ac3315.zip FreeBSD-src-78464eeb15142ecc1e86da1e971f43dda0ac3315.tar.gz |
Reactivate coda. Also, KLD isn't just for i386, it will work on all
architectures since it is a key part of the configuration mechanism. The
exact same code runs in the kernel as it does in a kld module.
-rw-r--r-- | sys/modules/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 263cc3c..382ed3b 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,12 +1,10 @@ -# $Id: Makefile,v 1.35 1998/11/03 06:51:48 peter Exp $ +# $Id: Makefile,v 1.36 1998/11/03 08:03:04 peter Exp $ # XXX present but broken: ip_mroute_mod -# XXX not yet completed porting: pcic coda syscons/* +# XXX not yet completed porting: pcic syscons/* # XXX builds but not updated: atapi, wcd, maybe vesa -.if ${MACHINE_ARCH} == "i386" -SUBDIR= atapi ccd cd9660 coff fdesc fpu gnufpu ibcs2 if_disc if_ppp if_sl \ +SUBDIR= atapi ccd cd9660 coda coff fdesc fpu gnufpu ibcs2 if_disc if_ppp if_sl \ if_tun ipfw joy kernfs linux mfs msdos nfs nullfs \ portal procfs syscons umapfs union vesa vinum wcd -.endif .include <bsd.subdir.mk> |