9 lines
174 B
Makefile
9 lines
174 B
Makefile
|
# $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"
|