Makefile revision 1.34
1#	$NetBSD: Makefile,v 1.34 2011/11/17 09:58:21 he 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.include <bsd.own.mk>
8
9.if ${MKISCSI} != "no"
10SUBDIR+= iscsi
11.endif
12
13INCSDIR= /usr/include/dev
14
15# Only install includes which are used by userland
16INCS=	biovar.h ccdvar.h cgdvar.h fssvar.h keylock.h kttcpio.h lockstat.h \
17	md.h vndvar.h
18
19.include <bsd.kinc.mk>
20