diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-08 19:32:03 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-08 19:32:03 +0000 |
commit | afb2dbb6cd0e0214f352338c0abb880d02986242 (patch) | |
tree | 656e4abac4e2a6b649818cf07363b2d85af3e3f3 /Makefile | |
parent | 7d74d4d5bc960b47e735e4f9539eb4b01e227f66 (diff) | |
download | mandoc-afb2dbb6cd0e0214f352338c0abb880d02986242.tar.gz |
Fixed strings.sh to work with NetBSD.
Fixed various lint warnings.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,8 +13,8 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) +CPPFLAGS = -DVERSION=\"$(VERSION)\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g -CFLAGS += -DVERSION=\"$(VERSION)\" 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 \ |