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
Improve the process for GNU tools
[minix3.git]
/
external
/
bsd
/
kyua-cli
/
share
/
man
/
man7
/
Makefile
blob
8795ed16aa17eaa80bab502f9ca7db820b8a4af7
1
# $NetBSD: Makefile,v 1.2 2013/10/18 23:41:40 jmmv Exp $
2
3
.
include
<
bsd.init.mk
>
4
5
.PATH
: ${
SRCDIR
}/
doc
6
7
.for name in kyua-build-root
.7
kyua-test-filters
.7
8
MAN
+= ${
name
}
9
${
name
}: ${
name
}
.in
${
MANPAGE_DEPS
}
10
name
=${
name
}; ${
BUILD_MANPAGE
}
11
.endfor
12
13
.
include
<
bsd.man.mk
>