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