diff options
author | wollman <wollman@FreeBSD.org> | 1994-09-22 22:12:59 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-09-22 22:12:59 +0000 |
commit | d4b42cfe457790ba8db25f68e68f7c056ddc69b5 (patch) | |
tree | 62352666e7f734d4bec34aa573c5f764390a3deb /sys/modules/Makefile | |
parent | d8d853f4faa49b727dd68f09116d9978dea80f30 (diff) | |
download | FreeBSD-src-d4b42cfe457790ba8db25f68e68f7c056ddc69b5.zip FreeBSD-src-d4b42cfe457790ba8db25f68e68f7c056ddc69b5.tar.gz |
Create NFS LKM.
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index e71bd17..155135b 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.1 1994/09/16 20:24:26 wollman Exp $ +# $Id: Makefile,v 1.2 1994/09/21 23:26:55 wollman Exp $ -SUBDIR= cd9660 fdesc ip_mroute_mod kernfs mfs msdos nullfs portal \ +SUBDIR= cd9660 fdesc ip_mroute_mod kernfs mfs msdos nfs nullfs portal \ procfs umapfs union .include <bsd.subdir.mk> |