diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
commit | 3b842d34e82312a8004a7ecd65ccdb837ef72ac1 (patch) | |
tree | 09d2a69509b3515b773279fd0db04acc03aee4db /usr.bin/lex | |
parent | 76f0c923fe4b2a1616453876611dc76b4f6b5355 (diff) | |
download | FreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.zip FreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'usr.bin/lex')
-rw-r--r-- | usr.bin/lex/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/lex/lib/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile index 5d98811..855da64 100644 --- a/usr.bin/lex/Makefile +++ b/usr.bin/lex/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1997/10/05 09:39:58 jkh Exp $ +# $FreeBSD$ # # By default, flex will be configured to generate 8-bit scanners only if the # -8 flag is given. If you want it to always generate 8-bit scanners, add diff --git a/usr.bin/lex/lib/Makefile b/usr.bin/lex/lib/Makefile index 8fd744f..0091cc2 100644 --- a/usr.bin/lex/lib/Makefile +++ b/usr.bin/lex/lib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1997/02/22 19:55:36 peter Exp $ +# $FreeBSD$ LIB= ln SRCS= libmain.c libyywrap.c |