diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2020-02-04 19:42:57 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2020-02-04 19:42:57 +0000 |
commit | 1cf5c7403745036e22f7280dab1fe34225435d19 (patch) | |
tree | 28e28885403bcb7e1dfa8c67b7961f09b6396def /usr.bin | |
parent | 7ebc352f195962c2f648952b1eb97a75c023a477 (diff) | |
download | src-test2-1cf5c7403745036e22f7280dab1fe34225435d19.tar.gz src-test2-1cf5c7403745036e22f7280dab1fe34225435d19.zip |
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/lex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile index 86784c16f1b9..473b08928681 100644 --- a/usr.bin/lex/Makefile +++ b/usr.bin/lex/Makefile @@ -32,6 +32,8 @@ MLINKS+= lex.1 lex++.1 WARNS?= 3 +NO_WMISLEADING_INDENTATION= + CLEANFILES= scan.c skel.c GENFILES= parse.c parse.h scan.c skel.c |