summaryrefslogtreecommitdiff
blob: 46ddab0dbb53ed5b48c0e50fdbec3ed359e61934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
--- /tmp/portage/stunnel-3.14/work/stunnel-3.14/Makefile.in	Wed Jan 24 15:54:19 2001
+++ Makefile.in	Thu May 10 17:22:58 2001
@@ -9,7 +9,7 @@
 sbindir=@sbindir@
 libdir=@libdir@
 man8dir=@mandir@/man8
-piddir=@localstatedir@/stunnel/
+piddir=/var/run
 ssldir=@ssldir@
 PEM_DIR=@PEM_DIR@
 @SET_MAKE@
@@ -20,7 +20,7 @@
 CFLAGS=@CFLAGS@ @DEFS@ -Dlibdir=\"$(libdir)\" -DPIDDIR=\"$(piddir)\"
 LIBS=@LIBS@
 OBJS=stunnel.o ssl.o protocol.o sthreads.o pty.o log.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 -DHAVE_OPENSSL -I../openssl-0.9.6/outinc
@@ -29,7 +29,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)
 
@@ -43,7 +43,7 @@
 	rm -f stunnel stunnel.so $(OBJS) core config.log
 
 distclean: clean
-	rm -f config.cache config.status Makefile stunnel.pem
+	rm -f config.cache config.status Makefile
 
 mostlyclean: distclean