summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-22 19:14:29 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-22 19:14:29 +0000
commit6f557f6ecc849cf77ee5d8d5a86e1db949877425 (patch)
treeadd80bfb137d486e601746a1e61965b1f91480d8 /Makefile
parent8a11019331905f2ee9db28cc4a61f016d169de4e (diff)
downloadmandoc-6f557f6ecc849cf77ee5d8d5a86e1db949877425.tar.gz
Backed-out STRIP_XO by default.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b357c99f..ebbeb521 100644
--- a/Makefile
+++ b/Makefile
@@ -19,8 +19,8 @@ CFLAGS += $(VFLAGS)
# If you want to strip `Xo/Xc' macro pairs, enable this. Really, only
# OpenBSD should be doing this while it kicks its cruft.
-CFLAGS += -DSTRIP_XO
-LINTFLAGS += -DSTRIP_XO
+#CFLAGS += -DSTRIP_XO
+#LINTFLAGS += -DSTRIP_XO
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 \