summaryrefslogtreecommitdiffstats
path: root/crypto/dso/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dso/Makefile')
-rw-r--r--crypto/dso/Makefile18
1 files changed, 1 insertions, 17 deletions
diff --git a/crypto/dso/Makefile b/crypto/dso/Makefile
index 07f5d8d159..0471fc4683 100644
--- a/crypto/dso/Makefile
+++ b/crypto/dso/Makefile
@@ -13,8 +13,6 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
-TEST=
-APPS=
LIB=$(TOP)/libcrypto.a
LIBSRC= dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c \
@@ -24,8 +22,7 @@ LIBOBJ= dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o dso_null.o \
SRC= $(LIBSRC)
-EXHEADER= dso.h
-HEADER= $(EXHEADER)
+HEADER=
ALL= $(GENERAL) $(SRC) $(HEADER)
@@ -42,19 +39,6 @@ lib: $(LIBOBJ)
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-links:
- @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
- @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
- @$(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; \
- chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
- done;
-
tags:
ctags $(SRC)