9 lines
92 B
Makefile
9 lines
92 B
Makefile
|
PROG= mkimage
|
||
|
SRCS= mkimage.c
|
||
|
MAN=
|
||
|
|
||
|
DPADD+= ${LIBELF}
|
||
|
LDADD+= -lelf
|
||
|
|
||
|
.include <bsd.prog.mk>
|