summaryrefslogtreecommitdiff
path: root/external/gpl3/binutils/usr.bin/elfedit/Makefile
blob: bcc21f3b7a39fcb96796fabf9b050da92f4d6cd9 (plain)
1
2
3
4
5
6
7
8
#	$NetBSD: Makefile,v 1.1 2011/09/25 04:32:46 christos Exp $

PROG=		elfedit
SRCS=		elfcomm.c elfedit.c

.include <bsd.own.mk>

.include "${.CURDIR}/../common/Makefile.prog"