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