NetBSD/sys/dev/Makefile
he 63085dd9cd Make the test for MKISCSI actually work by including bsd.own.mk and
testing the expanded variable, not just the variable name(!)  Fixes the
build for sun2.
2011-11-17 09:58:21 +00:00

20 lines
489 B
Makefile

# $NetBSD: Makefile,v 1.34 2011/11/17 09:58:21 he Exp $
SUBDIR= apm ata bluetooth dec dm dmover dtv hpc i2c i2o ic ieee1394 ir isa \
microcode ofw pci pckbport pcmcia pud putter raidframe sbus scsipi \
sun tc usb vme wscons
.include <bsd.own.mk>
.if ${MKISCSI} != "no"
SUBDIR+= iscsi
.endif
INCSDIR= /usr/include/dev
# Only install includes which are used by userland
INCS= biovar.h ccdvar.h cgdvar.h fssvar.h keylock.h kttcpio.h lockstat.h \
md.h vndvar.h
.include <bsd.kinc.mk>