Makefile revision 50479
1# $FreeBSD: head/usr.sbin/btxld/Makefile 50479 1999-08-28 01:35:59Z peter $
2
3PROG=	btxld
4SRCS=	btxld.c elfh.c
5MAN8=	btxld.8
6
7.include <bsd.prog.mk>
8