summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/c++filt/Makefile
blob: e94fdfbf43fb7b0b52a10b3e005efbba7f606654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.9 1999/02/09 19:21:54 tv Exp $

PROG=		c++filt
SRCS=		cplus-dem.c underscore.c
MAN=		c++filt.1
CPPFLAGS+=	-DMAIN
CLEANFILES+=	${MAN}

.include <bsd.prog.mk>

.PATH: ${DIST}/libiberty

${MAN}: ${DIST}/binutils/cxxfilt.man
	sed -e "s/@PROGRAM@/${PROG}/" < $> > $@