diff options
author | wollman <wollman@FreeBSD.org> | 1994-09-28 22:16:27 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-09-28 22:16:27 +0000 |
commit | f7f00d52e8ad518d0c3981d4429398219454de0f (patch) | |
tree | 306503c0a686289119910ab70149a29389630ce3 | |
parent | badfdbfc1a2a5d6d7c1d58a53962f130efccc0c0 (diff) | |
download | FreeBSD-src-f7f00d52e8ad518d0c3981d4429398219454de0f.zip FreeBSD-src-f7f00d52e8ad518d0c3981d4429398219454de0f.tar.gz |
Disable MFS as loadable until someone figures out how to make it work.
-rw-r--r-- | lkm/Makefile | 8 | ||||
-rw-r--r-- | sys/modules/Makefile | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/lkm/Makefile b/lkm/Makefile index 155135b..db32f88 100644 --- a/lkm/Makefile +++ b/lkm/Makefile @@ -1,6 +1,10 @@ -# $Id: Makefile,v 1.2 1994/09/21 23:26:55 wollman Exp $ +# $Id: Makefile,v 1.3 1994/09/22 22:12:54 wollman Exp $ -SUBDIR= cd9660 fdesc ip_mroute_mod kernfs mfs msdos nfs nullfs portal \ +SUBDIR= cd9660 fdesc ip_mroute_mod kernfs msdos nfs nullfs portal \ procfs umapfs union +# +# Doesn't work: +# mfs +# .include <bsd.subdir.mk> diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 155135b..db32f88 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,6 +1,10 @@ -# $Id: Makefile,v 1.2 1994/09/21 23:26:55 wollman Exp $ +# $Id: Makefile,v 1.3 1994/09/22 22:12:54 wollman Exp $ -SUBDIR= cd9660 fdesc ip_mroute_mod kernfs mfs msdos nfs nullfs portal \ +SUBDIR= cd9660 fdesc ip_mroute_mod kernfs msdos nfs nullfs portal \ procfs umapfs union +# +# Doesn't work: +# mfs +# .include <bsd.subdir.mk> |