Makefile revision 1.1
1#	@(#)Makefile	5.5 (Berkeley) 5/15/90
2
3LIB=	y
4SRCS=	main.c yyerror.c
5
6.include <bsd.lib.mk>
7