diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1994-10-16 20:39:52 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1994-10-16 20:39:52 +0000 |
| commit | afc889a2801b9cb83d00a854c6b171144dec1c0f (patch) | |
| tree | fcb7922b019f6cb0f25a7bdd49eb9c35aff3bd58 | |
| parent | e8c1ac7fef19e0539a8e760277e8c8d663e10517 (diff) | |
Notes
| -rw-r--r-- | lkm/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lkm/Makefile b/lkm/Makefile index 4417d55fbee1..193ea88d0d26 100644 --- a/lkm/Makefile +++ b/lkm/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.4 1994/09/28 22:16:27 wollman Exp $ +# $Id: Makefile,v 1.5 1994/10/14 08:54:31 sos Exp $ SUBDIR= cd9660 coff fdesc ibcs2 ip_mroute_mod kernfs msdos nfs nullfs portal \ - procfs umapfs union + procfs socksys umapfs union # # Doesn't work: # mfs diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 4417d55fbee1..193ea88d0d26 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.4 1994/09/28 22:16:27 wollman Exp $ +# $Id: Makefile,v 1.5 1994/10/14 08:54:31 sos Exp $ SUBDIR= cd9660 coff fdesc ibcs2 ip_mroute_mod kernfs msdos nfs nullfs portal \ - procfs umapfs union + procfs socksys umapfs union # # Doesn't work: # mfs |
