xref: /dragonfly/usr.bin/brandelf/Makefile (revision 28c7b939)
1# $FreeBSD: src/usr.bin/brandelf/Makefile,v 1.3.6.3 2001/08/02 01:07:27 obrien Exp $
2# $DragonFly: src/usr.bin/brandelf/Makefile,v 1.3 2004/01/31 06:56:43 dillon Exp $
3
4PROG=	brandelf
5WARNS?=	2
6
7.include <bsd.prog.mk>
8