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
Sync usage with man page.
[netbsd-mini2440.git]
/
external
/
gpl3
/
binutils
/
usr.bin
/
c++filt
/
Makefile
blob
04879b184af592ba98e3af39d00ab8bcb0bf4204
1
# $NetBSD$
2
3
PROG
=
c
++
filt
4
CPPFLAGS
+= -
DMAIN
5
CLEANFILES
+=
c
++
filt
.1
6
7
.
include
<
bsd.own.mk
>
8
9
.
include
"${.CURDIR}/../common/Makefile.prog"
10
11
.PATH
: ${
DIST
}/
libiberty
12
13
c
++
filt
.1
: ${
DIST
}/
binutils
/
doc
/
cxxfilt.man
14
${
_MKTARGET_CREATE
}
15
${
TOOL_SED
} -
e
"s/@PROGRAM@/${PROG}/"
< $> > $
@