summaryrefslogtreecommitdiff
path: root/sys/dev/Makefile
blob: 6c12c50472068f6f043f1a1854c8d6baeff155fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$NetBSD: Makefile,v 1.37 2015/08/02 11:09:05 jmcneill Exp $

#__MINIX: a lot not imported
SUBDIR=	\
	i2c \
	pci \
	

.include <bsd.own.mk>

.if ${MKISCSI} != "no"
SUBDIR+= iscsi
.endif

INCSDIR= /usr/include/dev

# Only install includes which are used by userland
INCS=	\
	vndvar.h

.include <bsd.kinc.mk>