diff options
-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 db32f88..4417d55 100644 --- a/lkm/Makefile +++ b/lkm/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.3 1994/09/22 22:12:54 wollman Exp $ +# $Id: Makefile,v 1.4 1994/09/28 22:16:27 wollman Exp $ -SUBDIR= cd9660 fdesc ip_mroute_mod kernfs msdos nfs nullfs portal \ +SUBDIR= cd9660 coff fdesc ibcs2 ip_mroute_mod kernfs msdos nfs nullfs portal \ procfs umapfs union # # Doesn't work: diff --git a/sys/modules/Makefile b/sys/modules/Makefile index db32f88..4417d55 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.3 1994/09/22 22:12:54 wollman Exp $ +# $Id: Makefile,v 1.4 1994/09/28 22:16:27 wollman Exp $ -SUBDIR= cd9660 fdesc ip_mroute_mod kernfs msdos nfs nullfs portal \ +SUBDIR= cd9660 coff fdesc ibcs2 ip_mroute_mod kernfs msdos nfs nullfs portal \ procfs umapfs union # # Doesn't work: |