diff options
author | peter <peter@FreeBSD.org> | 1995-10-28 17:46:03 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-10-28 17:46:03 +0000 |
commit | 6bfe6080d612cc9504521f81a3d0e3e68d30c89e (patch) | |
tree | a80020f1aa03c28cc59f15648589af164ef0c4c1 /lkm/Makefile | |
parent | 1bc695556de7e4c558d63895ddfb730d85b0e7a5 (diff) | |
download | FreeBSD-src-6bfe6080d612cc9504521f81a3d0e3e68d30c89e.zip FreeBSD-src-6bfe6080d612cc9504521f81a3d0e3e68d30c89e.tar.gz |
Reattach atapi and wcd to the lkm Makefile, these compile for me now.
Diffstat (limited to 'lkm/Makefile')
-rw-r--r-- | lkm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lkm/Makefile b/lkm/Makefile index 2ee233b..62eca4c 100644 --- a/lkm/Makefile +++ b/lkm/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.15 1995/10/28 12:34:11 peter Exp $ +# $Id: Makefile,v 1.16 1995/10/28 13:28:16 peter Exp $ -SUBDIR= cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \ +SUBDIR= atapi cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \ ipfw kernfs linux msdos nfs nullfs \ - pcic portal procfs syscons umapfs union + pcic portal procfs syscons umapfs union wcd # # Doesn't work: -# mfs atapi wcd +# mfs # .include <bsd.subdir.mk> |