xref: /minix/sys/dev/Makefile (revision e3b78ef1)
1#	$NetBSD: Makefile,v 1.35 2012/06/20 21:38:26 sjg Exp $
2
3SUBDIR=	\
4	i2c \
5	pci \
6
7
8.include <bsd.own.mk>
9
10.if ${MKISCSI} != "no"
11SUBDIR+= iscsi
12.endif
13
14INCSDIR= /usr/include/dev
15
16# Only install includes which are used by userland
17INCS=	\
18	vndvar.h
19
20.include <bsd.kinc.mk>
21