repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
sys
/
dev
/
Makefile
blob
6c12c50472068f6f043f1a1854c8d6baeff155fc
1
# $NetBSD: Makefile,v 1.37 2015/08/02 11:09:05 jmcneill Exp $
2
3
#__MINIX: a lot not imported
4
SUBDIR
=
\
5
i2c \
6
pci \
7
8
9
.
include
<
bsd.own.mk
>
10
11
.if
${
MKISCSI
} !=
"no"
12
SUBDIR
+=
iscsi
13
.
endif
14
15
INCSDIR
= /
usr
/
include
/
dev
16
17
# Only install includes which are used by userland
18
INCS
=
\
19
vndvar.h
20
21
.
include
<
bsd.kinc.mk
>