1# $FreeBSD$ 2 3LIB= y 4SHLIB_MAJOR= 2 5 6SRCS= main.c yyerror.c 7 8NOPIC= true 9 10.include <bsd.lib.mk> 11