summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-09 13:17:49 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-09 13:17:49 +0000
commita0219192673923a5150c771288ed334616f6f882 (patch)
tree075284ce09795e62a9925283039720396c390f23 /Makefile
parent24f072b20b99820b86ab0e941c49026a51c11d1d (diff)
downloadmandoc-a0219192673923a5150c771288ed334616f6f882.tar.gz
mandoc-a0219192673923a5150c771288ed334616f6f882.tar.zst
mandoc-a0219192673923a5150c771288ed334616f6f882.zip
Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION_1_4_5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ccd831df..1c05490c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.SUFFIXES: .html .sgml
-VERSION = 1.4.4
+VERSION = 1.4.5
VDATE = 9 March 2009
BINDIR = $(PREFIX)/bin
@@ -13,9 +13,12 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-CPPFLAGS = -DVERSION=\"$(VERSION)\"
+VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
+LINTFLAGS += $(VFLAGS)
+CFLAGS += $(VFLAGS)
+
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 \
msec.ln st.ln