Remove building with NOCRYPTO option
[minix3.git] / sys / dev / Makefile
blob6c12c50472068f6f043f1a1854c8d6baeff155fc
1 # $NetBSD: Makefile,v 1.37 2015/08/02 11:09:05 jmcneill Exp $
3 #__MINIX: a lot not imported
4 SUBDIR= \
5 i2c \
6 pci \
9 .include <bsd.own.mk>
11 .if ${MKISCSI} != "no"
12 SUBDIR+= iscsi
13 .endif
15 INCSDIR= /usr/include/dev
17 # Only install includes which are used by userland
18 INCS= \
19 vndvar.h
21 .include <bsd.kinc.mk>