head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.05.30.20.14.26;	author md;	state Exp;
branches;
next	1.1;

1.1
date	92.09.28.01.55.39;	author md;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Need to link with the lex library.
@
text
@PROG=		web2c
SRCS=		web2cy.c web2cl.c web2c.c
DPADD+=		${LIBL}
LDADD+=		-ll
CLEANFILES+=	web2cy.c web2cy.h web2cl.c 

# redefine the yacc rule so that y.tab.h can be renamed.
web2cy.c: web2cy.y
	@@echo expect 3 shift/reduce conflicts from yacc
	${YACC} -d ${.IMPSRC}
	mv y.tab.c web2cy.c
	mv y.tab.h web2cy.h

.include "../Makefile.defs"	
.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d3 2
@
