# /usr/src/liby/Makefile 2/12/91

OBJ=\
	yyerror.o \
	yylex.o \
	yymain.o

liby.a:	$(OBJ)
	ar rckus $@ $?

# end of /usr/src/liby/Makefile
