7 lines
151 B
Makefile
7 lines
151 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/01/26 19:37:47 christos Exp $
|
|
|
|
PROG= elfedit
|
|
SRCS= elfcomm.c elfedit.c
|
|
|
|
.include "${.CURDIR}/../common/Makefile.prog"
|