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