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