summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-17 14:17:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-17 14:17:07 +0000
commita5327753a1ee02038bf3a01e3770f3d9aa24c1fa (patch)
tree5d99e18f11dad80c8e84da506951e5d4e67b4947
parent0ad360ea8cf5b596bdef7ba11568d21fe1cfaf55 (diff)
downloadmandoc-a5327753a1ee02038bf3a01e3770f3d9aa24c1fa.tar.gz
Put $VFLAGS back into $LINTFLAGS (broke on NetBSD).
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 25a11d62..86a9f3e8 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ VDATE = 15 June 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
CFLAGS += $(VFLAGS)
+LINTFLAGS += $(VFLAGS)
MDOCLNS = mdoc_macro.ln mdoc.ln mdoc_hash.ln mdoc_strings.ln \
mdoc_argv.ln mdoc_validate.ln mdoc_action.ln \