summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ad41901..2e3c867d 100644
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,10 @@ INSTALL_MAN = $(INSTALL_DATA)
VERSION = 1.9.9
VDATE = 21 October 2009
-VFLAGS = -DVERSION=\"$(VERSION)\"
+VFLAGS = -DVERSION="\"$(VERSION)\""
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g
CFLAGS += $(VFLAGS)
+#CFLAGS += -DOSNAME="\"OpenBSD 4.5\""
LINTFLAGS += $(VFLAGS)
MANDOCFLAGS = -Wall -fstrict