xref: /freebsd-14.2/lib/liby/Makefile (revision d0b2dbfa)
1
2PACKAGE=lib${LIB}
3LIB=	y
4SRCS=	main.c yyerror.c
5NO_PIC=
6
7.include <bsd.lib.mk>
8