summaryrefslogtreecommitdiffstats
path: root/crypto/des/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/Makefile')
-rw-r--r--crypto/des/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/crypto/des/Makefile b/crypto/des/Makefile
index 82a3f6be13..fec2dc5592 100644
--- a/crypto/des/Makefile
+++ b/crypto/des/Makefile
@@ -8,10 +8,6 @@ CC= cc
CPP= $(CC) -E
INCLUDES=-I$(TOP) -I../../include
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
@@ -94,9 +90,8 @@ links:
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
-install: installs
-
-installs:
+install:
+ @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
@headerlist="$(EXHEADER)"; for i in $$headerlist ; \
do \
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \