dump - Bring in FreeBSD's dumping (new dumps & minidumps)
[dragonfly.git] / usr.sbin / btxld / Makefile
1 # $FreeBSD: src/usr.sbin/btxld/Makefile,v 1.3.2.1 2001/04/25 12:09:21 ru Exp $
2 # $DragonFly: src/usr.sbin/btxld/Makefile,v 1.3 2008/10/29 18:18:04 swildner Exp $
3
4 PROG=   btxld
5 SRCS=   btxld.c elfh.c
6 WARNS?= 2
7 MAN=    btxld.8
8
9 .include <bsd.prog.mk>