diff options
author | sos <sos@FreeBSD.org> | 1994-10-14 08:54:31 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1994-10-14 08:54:31 +0000 |
commit | b914c50dad30a04193e8648f0548aad99714c695 (patch) | |
tree | 565783969836dc5a4398d2ed92619f15adb20fbc /lkm | |
parent | 8c25a4d2ace95c98887a2c73b1a1b7ac8c79f8ef (diff) | |
download | FreeBSD-src-b914c50dad30a04193e8648f0548aad99714c695.zip FreeBSD-src-b914c50dad30a04193e8648f0548aad99714c695.tar.gz |
Added coff & ibcs2 modules.
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'lkm')
-rw-r--r-- | lkm/Makefile | 4 |
1 files changed, 2 insertions, 2 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: |