Home | History | Annotate | Line # | Download | only in c++filt
Makefile revision 1.5.8.1
      1 #	$NetBSD: Makefile,v 1.5.8.1 2018/04/16 01:59:27 pgoyette Exp $
      2 
      3 PROG=		c++filt
      4 CPPFLAGS+=	-DMAIN
      5 CLEANFILES+=	c++filt.1
      6 
      7 .include "${.CURDIR}/../common/Makefile.prog"
      8 
      9 .PATH: ${DIST}/libiberty
     10 
     11 c++filt.1: ${DIST}/binutils/doc/cxxfilt.man
     12 	${_MKTARGET_CREATE}
     13 	${TOOL_SED} -e "s/@PROGRAM@/${PROG}/" < $> > $@
     14