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
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
minix
/
man
/
Makefile
blob
5e27332804de0a70b9652c88097209f62e85dfc9
1
.
include
<
bsd.own.mk
>
2
3
SUBDIR
=
man2 man4 man5 man7 man8 man9
4
5
WHATISDBDIR?
= /
usr
/
man
6
7
makedb
:
8
${
TOOL_MAKEWHATIS
} ${
DESTDIR
}${
WHATISDBDIR
}
9
.if
${
MKUNPRIVED
} !=
"no"
10
# echo ".${WHATISDBDIR}/whatis.db type=file mode=0444 uname=${BINOWN} gname=${BINGRP}" \
11
# | ${METALOG.add}
12
.
endif
13
14
.
include
<
bsd.subdir.mk
>
15
.
include
<
bsd.sys.mk
>