1# $NetBSD: Makefile,v 1.1 2009/08/18 20:22:08 skrll Exp $ 2 3PROG= c++filt 4CPPFLAGS+= -DMAIN 5CLEANFILES+= c++filt.1 6 7.include <bsd.own.mk> 8 9.include "${.CURDIR}/../common/Makefile.prog" 10 11.PATH: ${DIST}/libiberty 12 13c++filt.1: ${DIST}/binutils/doc/cxxfilt.man 14 ${_MKTARGET_CREATE} 15 ${TOOL_SED} -e "s/@PROGRAM@/${PROG}/" < $> > $@ 16