diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-28 10:53:49 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-28 10:53:49 +0000 |
| commit | c86f28d27bd21a49564bf795b1d3b989e394db90 (patch) | |
| tree | ec9e72da974d91892aa5e4006a7e484a440c3cf1 /usr.bin | |
| parent | 4c0a424c675f6e85c6a0c05b350fbefb4f206faa (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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 88b44fa79268..9abc03ffbf94 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 |
