aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/btxld/Makefile
blob: 6ca452eec1c2a6be0530668d33cb1a72c400c2b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

PROG=	btxld
MAN=	btxld.8
SRCS=	btxld.c elfh.c

WARNS?=	6

.include <bsd.prog.mk>