This commit is contained in:
Bjorn Andersson
2006-06-06 17:59:24 +00:00
parent cbfab201b8
commit f9a2f07e11
3 changed files with 24 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ DNSDOBJS = dnstund.o tun.o dnsd.o
OS = `uname | tr "a-z" "A-Z"`
LDFLAGS =
LDFLAGS = -lz
CFLAGS = -c -g -Wall -D$(OS)
all: stateos $(DNS) $(DNSD)