xref: /netbsd-src/external/gpl3/binutils.old/usr.bin/elfedit/Makefile (revision e992f068c547fd6e84b3f104dc2340adcc955732)
1#	$NetBSD: Makefile,v 1.9 2024/06/29 16:36:07 christos Exp $
2
3PROG=		elfedit
4SRCS=		elfcomm.c elfedit.c
5
6.include "${.CURDIR}/../common/Makefile.prog"
7