repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
external
/
bsd
/
pkg_install
/
sbin
/
bpm
/
Makefile
blob
c49b6f78b1a41c9b38e2e19e637eb62cf53100fd
1
# $NetBSD: Makefile,v 1.2 2007/07/16 19:33:06 joerg Exp $
2
3
SCRIPTS
=
bpm.sh
4
MAN
=
bpm
.1
5
6
.
include
<
bsd.init.mk
>
7
8
.PATH
: ${
DIST
}/
bpm
9
10
CLEANFILES
+=
bpm.sh
11
12
bpm.sh
: ${
DIST
}/
bpm
/
bpm.sh.in
13
${
TOOL_CAT
} ${
DIST
}/
bpm
/
bpm.sh.in
> ${
.TARGET
}
14
15
.
include
<
bsd.prog.mk
>