From 300b892da5a31ca81913f814b09e60f8293d7b07 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 22 Oct 2009 17:54:24 +0000 Subject: Added ability to set OS name at compile-time with -DOSNAME="\"foo\"". --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-56-ge451