From 323df069b15f618b777311ceb99acaf8c4ac5e64 Mon Sep 17 00:00:00 2001 From: Bjorn Andersson Date: Mon, 5 Jun 2006 12:55:30 +0000 Subject: [PATCH] os definen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e7f8f5..6d1a987 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ OUT = dnstun OBJS = dnstun.o tun.o LDFLAGS = -CFLAGS = -c -g -Wall +CFLAGS = -c -g -Wall -D`uname | tr "a-z" "A-Z"` $(OUT): $(OBJS) $(CC) $(OBJS) -o $(OUT) $(LDFLAGS)