xref: /minix3/sys/dev/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1#	$NetBSD: Makefile,v 1.37 2015/08/02 11:09:05 jmcneill Exp $
2
3#__MINIX: a lot not imported
4SUBDIR=	\
5	i2c \
6	pci \
7
8
9.include <bsd.own.mk>
10
11.if ${MKISCSI} != "no"
12SUBDIR+= iscsi
13.endif
14
15INCSDIR= /usr/include/dev
16
17# Only install includes which are used by userland
18INCS=	\
19	vndvar.h
20
21.include <bsd.kinc.mk>
22