|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
Index: Makefile
|
|
|
|
|
--- Makefile.orig 2009-04-26 10:47:22 +0200
|
|
|
|
|
+++ Makefile 2009-06-14 09:41:51 +0200
|
|
|
|
|
@@ -1,18 +1,18 @@
|
|
|
|
|
--- Makefile.orig 2010-02-01 12:18:23 +0100
|
|
|
|
|
+++ Makefile 2010-02-01 20:10:24 +0100
|
|
|
|
|
@@ -1,10 +1,10 @@
|
|
|
|
|
# Configuration
|
|
|
|
|
|
|
|
|
|
VERSION="v1.6i"
|
|
|
|
|
VERSION="v1.7a"
|
|
|
|
|
-USELIBWRAP=1 # Use libwrap?
|
|
|
|
|
+USELIBWRAP=
|
|
|
|
|
PREFIX=/usr/local
|
|
|
|
@ -14,17 +14,17 @@ Index: Makefile
|
|
|
|
|
|
|
|
|
|
# End of configuration -- the rest should take care of
|
|
|
|
|
# itself
|
|
|
|
|
|
|
|
|
|
@@ -12,7 +12,8 @@
|
|
|
|
|
CC = gcc
|
|
|
|
|
CFLAGS=-Wall
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
-#LIBS=-lnet
|
|
|
|
|
+CPPFLAGS=-D'VERSION=$(VERSION)'
|
|
|
|
|
+LDFLAGS=
|
|
|
|
|
LIBS=
|
|
|
|
|
|
|
|
|
|
ifneq ($(strip $(USELIBWRAP)),)
|
|
|
|
|
@@ -23,11 +23,10 @@
|
|
|
|
|
@@ -23,11 +24,10 @@
|
|
|
|
|
all: sslh $(MAN)
|
|
|
|
|
|
|
|
|
|
sslh: sslh.c Makefile
|
|
|
|
|