diff options
author | ru <ru@FreeBSD.org> | 2002-03-28 10:53:49 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-03-28 10:53:49 +0000 |
commit | 76cfac20d51311ea27f09d06d8ac09e2ec4fbccd (patch) | |
tree | ec9e72da974d91892aa5e4006a7e484a440c3cf1 /usr.bin/lex | |
parent | e11a1be17eba2b9cbc07d42a9ebe9a746aa77ad2 (diff) | |
download | FreeBSD-src-76cfac20d51311ea27f09d06d8ac09e2ec4fbccd.zip FreeBSD-src-76cfac20d51311ea27f09d06d8ac09e2ec4fbccd.tar.gz |
Back out rev. 1.6 (NOLIB bootstrap helper) OBE'd by Makefile.inc1,v 1.96.
PR: bin/36417
Submitted by: Eugene Grosbein <eugen@www.svzserv.kemerovo.su>
Diffstat (limited to 'usr.bin/lex')
-rw-r--r-- | usr.bin/lex/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile index 88b44fa..9abc03f 100644 --- a/usr.bin/lex/Makefile +++ b/usr.bin/lex/Makefile @@ -24,9 +24,7 @@ MLINKS+= lex.1 lex++.1 CLEANFILES= scan.c skel.c -.if !defined(NOLIB) SUBDIR= lib -.endif skel.c: mkskel.sh flex.skl sh ${.CURDIR}/mkskel.sh ${.CURDIR}/flex.skl > skel.c |