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]
/
external
/
bsd
/
nvi
/
Makefile
blob
5b99051892375f56682b5d4140e7fb449a975269
1
# $NetBSD: Makefile,v 1.1 2013/11/22 16:00:45 christos Exp $
2
3
.
include
"Makefile.inc"
4
5
.
include
<
bsd.own.mk
>
6
7
.if
${
MKSHARE
} !=
"no"
8
SUBDIR
+=
catalog
9
.
endif
10
11
SUBDIR
+=
usr.bin
12
13
.if
${
MKDOC
} !=
"no"
14
SUBDIR
+=
docs
15
.
endif
16
17
.
include
<
bsd.subdir.mk
>