diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
| commit | 1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch) | |
| tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /usr.bin/lex | |
| parent | aac45e814cf997f0df77795a3c06385075ef005a (diff) | |
Notes
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 192bdfbf14809..e80f0d8f543f0 100644 --- a/usr.bin/lex/Makefile +++ b/usr.bin/lex/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1996/09/19 05:21:07 peter 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 8ceb8b527e7c7..286de75f9d281 100644 --- a/usr.bin/lex/lib/Makefile +++ b/usr.bin/lex/lib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1994/08/25 23:11:07 wollman Exp $ +# $FreeBSD$ LIB= ln SRCS= libmain.c libyywrap.c |
