xref: /netbsd/sys/dev/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.30 2009/12/05 11:34:37 haad Exp $
2
3SUBDIR=	apm ata bluetooth dec dm dmover hpc i2o ic ieee1394 ir isa microcode \
4	ofw pci pckbport pcmcia pud putter raidframe sbus scsipi sun \
5	tc usb vme wscons
6
7INCSDIR= /usr/include/dev
8
9# Only install includes which are used by userland
10INCS=	biovar.h ccdvar.h cgdvar.h fssvar.h keylock.h kttcpio.h lockstat.h \
11	md.h vndvar.h
12
13.include <bsd.kinc.mk>
14