1# $FreeBSD$
2
3LIB=	y
4SRCS=	main.c yyerror.c
5NO_PIC=
6
7WARNS?=	1
8
9.include <bsd.lib.mk>
10