1# $FreeBSD$ 2 3PROG= btxld 4MAN= btxld.8 5SRCS= btxld.c elfh.c 6CFLAGS+=-I${.CURDIR}/../kgzip 7 8.include <bsd.prog.mk> 9