summaryrefslogtreecommitdiff
path: root/security/stunnel/files/patch-Makefile.in
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2002-09-20 09:29:11 +0000
committerPeter Pentchev <roam@FreeBSD.org>2002-09-20 09:29:11 +0000
commit88cba5e3822546fa74a37cf8b27dad39985ddf42 (patch)
tree25b220206192f9e8f235711830641af9770c53a2 /security/stunnel/files/patch-Makefile.in
parentUpdate to apg-2.1.0. (diff)
Update to stunnel-4.00.
*** WARNING WARNING WARNING *** The stunnel invocation has changed! The program no longer accepts command-line options, but is controlled by a config file instead. Please refer to the stunnel(8) manual page for more information. PR: 42249 Submitted by: Dan Langille <dan@langille.org>, lioux
Notes
Notes: svn path=/head/; revision=66824
Diffstat (limited to 'security/stunnel/files/patch-Makefile.in')
-rw-r--r--security/stunnel/files/patch-Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/security/stunnel/files/patch-Makefile.in b/security/stunnel/files/patch-Makefile.in
deleted file mode 100644
index 117672685d0f..000000000000
--- a/security/stunnel/files/patch-Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig Sun Dec 23 20:03:25 2001
-+++ Makefile.in Sun Sep 15 14:00:00 2002
-@@ -24,7 +24,7 @@
- LIBS=@LIBS@
- HEADERS=common.h prototypes.h client.h
- OBJS=client.o stunnel.o ssl.o protocol.o sthreads.o pty.o log.o options.o
--DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8 $(PEM_DIR)/stunnel.pem
-+DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8
-
- WINGCC=i386-mingw32msvc-gcc
- WINCFLAGS=-O2 -Wall -DUSE_WIN32=1 -DHAVE_OPENSSL=1 -DFD_SETSIZE=4096 -DVERSION=\"@VERSION@\" -I../openssl-0.9.6b/outinc
-@@ -33,7 +33,7 @@
-
- # standard external rules
-
--all: stunnel stunnel.8 stunnel.html stunnel.so stunnel.pem
-+all: stunnel stunnel.8 stunnel.html stunnel.so
-
- install: all installdirs $(DESTFILES)
-