126b0d446f
aps(4), finsio(4), itesio(4), nsclpcsio(4), smsc(4) and ug(4). These drivers aren't enabled in GENERIC kernels, so having the LKMs in base will simplify future testing.
14 lines
249 B
Makefile
14 lines
249 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/05/01 21:51:20 xtraeme Exp $
|
|
|
|
SUBDIR= vnd
|
|
|
|
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
|
|
SUBDIR+= isa
|
|
.endif
|
|
|
|
.if ${MACHINE} == "i386" || ${MACHINE} == "alpha"
|
|
SUBDIR+= pci pcmcia
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|