head     1.1;
branch   ;
access   ;
symbols  ;
locks    bin:1.1; strict;
comment  @# @;


1.1
date     91.07.19.09.34.54;  author bin;  state Exp;
branches ;
next     ;


desc
@Makefile for liby stuff, pulled by bob h from 320 shipping distribution
@



1.1
log
@Initial revision
@
text
@# /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
@
