Makefile revision 80084
1# $FreeBSD: head/usr.sbin/btxld/Makefile 80084 2001-07-21 14:32:47Z rnordier $
2
3PROG=	btxld
4MAN=	btxld.8
5SRCS=	btxld.c elfh.c
6
7.include <bsd.prog.mk>
8