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
Obey HAVE_GOLD=no to no intent to build gold
[minix3.git]
/
libexec
/
Makefile
blob
e4e83dccf449a418c4ee7dbbaeb4a8dd010252db
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
rshd \
10
11
12
13
14
.if defined
(
__MINIX
)
15
SUBDIR
+=
makewhatis
16
.
else
17
.if
${
MKMAKEMANDB
} ==
"no"
18
SUBDIR
+=
getNAME makewhatis
19
.
endif
20
.
endif
# defined(__MINIX)
21
22
.
include
<
bsd.subdir.mk
>