Makefile revision 201390
1# $FreeBSD: head/usr.sbin/btxld/Makefile 201390 2010-01-02 11:07:44Z ed $
2
3PROG=	btxld
4MAN=	btxld.8
5SRCS=	btxld.c elfh.c
6
7.include <bsd.prog.mk>
8