repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.bin
/
nvi
/
Makefile
blob
c1bfb9c700dfd029fd5f3e5fed7b88560cc9903f
1
# $NetBSD: Makefile,v 1.2 2008/09/02 09:25:39 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
+=
build recover
12
13
.if
${
MKDOC
} !=
"no"
14
SUBDIR
+=
docs
15
.
endif
16
17
.
include
<
bsd.subdir.mk
>