Makefile revision 186404
1# $FreeBSD: head/usr.bin/elf2aout/Makefile 186404 2008-12-23 01:22:57Z trhodes $
2
3PROG=	elf2aout
4
5NO_WERROR=
6WARNS?=	5
7
8.include <bsd.prog.mk>
9