Makefile revision 1.33
1#	$NetBSD: Makefile,v 1.33 2011/11/15 16:50:43 riz Exp $
2
3SUBDIR=	apm ata bluetooth dec dm dmover dtv hpc i2c i2o ic ieee1394 ir isa \
4	microcode ofw pci pckbport pcmcia pud putter raidframe sbus scsipi \
5	sun tc usb vme wscons
6
7.if MKISCSI != "no"
8SUBDIR+= iscsi
9.endif
10
11INCSDIR= /usr/include/dev
12
13# Only install includes which are used by userland
14INCS=	biovar.h ccdvar.h cgdvar.h fssvar.h keylock.h kttcpio.h lockstat.h \
15	md.h vndvar.h
16
17.include <bsd.kinc.mk>
18