7 lines
61 B
Makefile
7 lines
61 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= elfdump
|
|
WARNS?= 5
|
|
|
|
.include <bsd.prog.mk>
|