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
tools/llvm: Do not build with symbols
[minix3.git]
/
libexec
/
Makefile
blob
4c1de29ce14990e61249d55f9d3d5e2cce6ad854
1
# $NetBSD: Makefile,v 1.61 2012/02/07 19:13:31 joerg Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/4/93
3
4
.
include
<
bsd.own.mk
>
5
6
SUBDIR
=
\
7
fingerd ftpd getty \
8
ld
.elf_so \
9
\
10
11
12
13
.if defined
(
__MINIX
)
14
SUBDIR
+=
makewhatis
15
.
else
16
.if
${
MKMAKEMANDB
} ==
"no"
17
SUBDIR
+=
getNAME makewhatis
18
.
endif
19
.
endif
# defined(__MINIX)
20
21
.
include
<
bsd.subdir.mk
>