NetBSD/sys/lkm/dev/Makefile
xtraeme 126b0d446f Build and install by default the following LKMs on i386 and amd64:
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.
2008-05-01 21:51:20 +00:00

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>