xref: /freebsd-14.2/usr.sbin/btxld/Makefile (revision d0b2dbfa)
1
2PROG=	btxld
3MAN=	btxld.8
4SRCS=	btxld.c elfh.c
5
6.include <bsd.prog.mk>
7