Reattach atapi and wcd to the lkm Makefile, these compile for me now.

This commit is contained in:
Peter Wemm 1995-10-28 17:46:03 +00:00
parent 690b4d96b8
commit a4991dc20f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11882
2 changed files with 8 additions and 8 deletions

View File

@ -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>

View File

@ -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>