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