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
ldivmod, uldivmod: fix qdivrem calls
[minix.git]
/
libexec
/
Makefile
blob
f2a9cb6216aabbacc3da5782f3297904a5325841
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
\
8
ld
.elf_so
9
10
.if defined
(
__MINIX
)
11
SUBDIR
+=
makewhatis
12
.
else
13
.if
${
MKMAKEMANDB
} ==
"no"
14
SUBDIR
+=
getNAME makewhatis
15
.
endif
16
.
endif
# defined(__MINIX)
17
18
.
include
<
bsd.subdir.mk
>