8 lines
84 B
Makefile
8 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= btxld
|
|
SRCS= btxld.c elfh.c
|
|
MAN8= btxld.8
|
|
|
|
.include <bsd.prog.mk>
|