summaryrefslogtreecommitdiffstats
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
commita3c7e0fc904b613dc28b26f943c8b5f4ec2243a7 (patch)
tree2521481053b75e39f82b45286f821523a28f384d /Makefile
parentabb85b1105b82b7f491e68cbc2ce2fa327d44797 (diff)
downloadmandoc-a3c7e0fc904b613dc28b26f943c8b5f4ec2243a7.tar.gz
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