repo.or.cz
/
minix.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
[minix.git]
/
minix
/
include
/
Makefile
blob
37ab0acc5e15f8ea83578fc6c18755b959d0bd4d
1
# Doing a make includes builds /usr/include
2
3
NOOBJ
=
# defined
4
5
INCS
+=
lib.h libutil.h varargs.h configfile.h
6
7
.
include
<
bsd.own.mk
>
8
9
INCSDIR
= /
usr
/
include
10
11
SUBDIR
+=
arch
12
SUBDIR
+=
ddekit
13
SUBDIR
+=
libdde
14
SUBDIR
+=
minix
15
SUBDIR
+=
net
16
SUBDIR
+=
sys
17
18
.
include
<
bsd.prog.mk
>
19
.
include
<
bsd.subdir.mk
>