diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-22 19:10:48 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-22 19:10:48 +0000 |
commit | 8a11019331905f2ee9db28cc4a61f016d169de4e (patch) | |
tree | 6f5e54dbfa69c8086b5ec289a70d8455a889c4b3 /Makefile | |
parent | f94cbe774aa5f31e8ec88173a16618e5ef9a22a0 (diff) | |
download | mandoc-8a11019331905f2ee9db28cc4a61f016d169de4e.tar.gz |
Lint fixes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ CFLAGS += $(VFLAGS) # If you want to strip `Xo/Xc' macro pairs, enable this. Really, only # OpenBSD should be doing this while it kicks its cruft. CFLAGS += -DSTRIP_XO +LINTFLAGS += -DSTRIP_XO LIBLNS = macro.ln mdoc.ln hash.ln strings.ln xstd.ln argv.ln \ validate.ln action.ln lib.ln att.ln arch.ln vol.ln \ |