aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-12-07 11:52:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-12-07 11:52:36 +0000
commita723f03473df54cccbce739fdda9b7d35da84ceb (patch)
tree2cb6edd60167ce14165d6bd8b9d80fd76512c882 /Makefile
parent3da61d66474e06d2f2e690f79cee76dee92feeeb (diff)
downloadmandoc-a723f03473df54cccbce739fdda9b7d35da84ceb.tar.gz
mandoc-a723f03473df54cccbce739fdda9b7d35da84ceb.tar.zst
mandoc-a723f03473df54cccbce739fdda9b7d35da84ceb.zip
By default, man.cgi should compile with -static (this was unset by mistake).
Also, set a custom CSS for man.cgi catman files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6f8f2a3..338a4bbe 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ CFLAGS += -DUSE_WCHAR
#CFLAGS += -DUSE_MANPATH
# If your system supports static binaries only, uncomment this.
-#STATIC = -static
+STATIC = -static
CFLAGS += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\""
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings