Clean up deleted files.

This commit is contained in:
mycroft 1994-02-04 19:15:40 +00:00
parent d111379d91
commit 6472543c6b
3 changed files with 0 additions and 31 deletions

View File

@ -1,11 +0,0 @@
# from: @(#)Makefile 5.1 (Berkeley) 6/18/90
# $Id: Makefile,v 1.8 1994/02/04 18:01:37 jtc Exp $
LIB= l
SRCS= libmain.c libyywrap.c
NOPIC=
LINKS= ${DESTDIR}/usr/lib/libl.a ${DESTDIR}/usr/lib/libfl.a \
${DESTDIR}/usr/lib/libl_p.a ${DESTDIR}/usr/lib/libfl_p.a
.include <bsd.lib.mk>

View File

@ -1,12 +0,0 @@
/* libmain - flex run-time support library "main" function */
/* $Header: /cvsroot/src/usr.bin/lex/lib/Attic/libmain.c,v 1.5 1993/12/06 19:26:04 jtc Exp $ */
extern int yylex();
int main( argc, argv )
int argc;
char *argv[];
{
return yylex();
}

View File

@ -1,8 +0,0 @@
/* libyywrap - flex run-time support library "yywrap" function */
/* $Header: /cvsroot/src/usr.bin/lex/lib/Attic/libyywrap.c,v 1.2 1993/12/06 19:26:06 jtc Exp $ */
int yywrap()
{
return 1;
}