xref: /dragonfly/usr.bin/brandelf/Makefile (revision 2e3ed54d)
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.4 2005/01/16 04:28:00 cpressey Exp $
3
4PROG=	brandelf
5WARNS?=	6
6
7.include <bsd.prog.mk>
8