ignore binary
[openssl.git] / demos / easy_tls / Makefile
index 0d407eda22ade9f6097333ce7c52ad2494632807..208070074c028dd97a480c60598d7c37ff71e5a2 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for easy-tls example application (rudimentary client and server)
-# $Id: Makefile,v 1.1 2001/09/17 19:06:56 bodo Exp $
+# $Id: Makefile,v 1.2 2001/09/18 09:15:40 bodo Exp $
 
 SOLARIS_CFLAGS=-Wall -pedantic -g -O2
 SOLARIS_LIBS=-lxnet
@@ -22,7 +22,7 @@ all: test TAGS
 # For adapting this Makefile to a different system, only the following
 # definitions should need customizing:
 
-OPENSSLDIR=$(HOME)/openssl/openssl
+OPENSSLDIR=../..
 CC=gcc
 
 SYSCFLAGS=whatever