1# $FreeBSD$ 2 3PROG= btxld 4SRCS= btxld.c elfh.c 5MAN8= btxld.8 6 7CFLAGS+= -Wall 8 9.include <bsd.prog.mk> 10