xref: /freebsd-11-stable/lib/liby/Makefile (revision 13caa468668019a6c93ed6ff65ab21c673b378cb)
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