Makefile revision 154711
1# $FreeBSD: head/usr.sbin/btxld/Makefile 154711 2006-01-23 13:55:32Z delphij $
2
3PROG=	btxld
4MAN=	btxld.8
5SRCS=	btxld.c elfh.c
6
7WARNS?=	6
8
9.include <bsd.prog.mk>
10