Makefile revision 201386
1# $FreeBSD: head/usr.bin/elf2aout/Makefile 201386 2010-01-02 10:27:05Z ed $
2
3PROG=	elf2aout
4
5NO_WERROR=
6
7.include <bsd.prog.mk>
8