aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md4/Makefile')
-rw-r--r--crypto/md4/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/md4/Makefile b/crypto/md4/Makefile
index 1ad7cd1ab7..da22179f1d 100644
--- a/crypto/md4/Makefile
+++ b/crypto/md4/Makefile
@@ -8,10 +8,6 @@ CC= cc
CPP= $(CC) -E
INCLUDES=
CFLAG=-g
-INSTALL_PREFIX=
-OPENSSLDIR= /usr/local/ssl
-INSTALLTOP=/usr/local/ssl
-MAKE= make
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
MAKEFILE= Makefile
@@ -53,6 +49,7 @@ links:
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
install:
+ @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
@headerlist="$(EXHEADER)"; for i in $$headerlist ; \
do \
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \