mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 21:18:59 +00:00
8 lines
83 B
Makefile
8 lines
83 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= btxld
|
|
MAN= btxld.8
|
|
SRCS= btxld.c elfh.c
|
|
|
|
.include <bsd.prog.mk>
|