diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-09 13:17:49 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-09 13:17:49 +0000 |
commit | 79c252d0d501a7a16abd7ad9da42ff7440083ee4 (patch) | |
tree | 61f798abeddcb38e33d918cd810e7e6e4e874610 /Makefile | |
parent | 3c250f9844dc2759a6887a574ce490316f7d1939 (diff) | |
download | mandoc-79c252d0d501a7a16abd7ad9da42ff7440083ee4.tar.gz |
Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION.1.4.5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |