2012-06-21 01:38:26 +04:00
|
|
|
# $NetBSD: Makefile,v 1.35 2012/06/20 21:38:26 sjg Exp $
|
1998-06-13 03:22:30 +04:00
|
|
|
|
2012-06-21 01:38:26 +04:00
|
|
|
SUBDIR= apm ata bluetooth dec dm dmover dtv filemon hpc \
|
|
|
|
i2c i2o ic ieee1394 ir isa \
|
2011-07-09 18:52:02 +04:00
|
|
|
microcode ofw pci pckbport pcmcia pud putter raidframe sbus scsipi \
|
|
|
|
sun tc usb vme wscons
|
1998-06-13 03:22:30 +04:00
|
|
|
|
2011-11-17 13:58:21 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
.if ${MKISCSI} != "no"
|
2011-11-15 20:50:43 +04:00
|
|
|
SUBDIR+= iscsi
|
|
|
|
.endif
|
|
|
|
|
1998-06-13 03:22:30 +04:00
|
|
|
INCSDIR= /usr/include/dev
|
|
|
|
|
2001-04-11 11:42:31 +04:00
|
|
|
# Only install includes which are used by userland
|
2009-08-15 18:22:54 +04:00
|
|
|
INCS= biovar.h ccdvar.h cgdvar.h fssvar.h keylock.h kttcpio.h lockstat.h \
|
|
|
|
md.h vndvar.h
|
1998-06-13 03:22:30 +04:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|