mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
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"
|