summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/addr2line/Makefile
blob: be4891a5ac6d9eee94eb8246d3ae921fba835408 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.2 1998/07/29 19:18:26 thorpej Exp $

# XXX until our binutils is upgraded 
.if (${MACHINE_ARCH} != "powerpc")
PROG=	addr2line
SRCS=	addr2line.c
.endif

MAN=	addr2line.1

.include <bsd.prog.mk>