Deleted Added
full compact
Makefile (104073) Makefile (136910)
1# $FreeBSD: head/lib/liby/Makefile 104073 2002-09-28 00:25:32Z peter $
1# $FreeBSD: head/lib/liby/Makefile 136910 2004-10-24 15:33:08Z ru $
2
3LIB= y
4SHLIB_MAJOR= 2
5
6SRCS= main.c yyerror.c
7
2
3LIB= y
4SHLIB_MAJOR= 2
5
6SRCS= main.c yyerror.c
7
8NOPIC= true
8NOPIC=
9
10.include <bsd.lib.mk>
9
10.include <bsd.lib.mk>