summaryrefslogtreecommitdiffstats
path: root/crypto/bio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bio/Makefile')
-rw-r--r--crypto/bio/Makefile18
1 files changed, 1 insertions, 17 deletions
diff --git a/crypto/bio/Makefile b/crypto/bio/Makefile
index c395d80496..5477ffb480 100644
--- a/crypto/bio/Makefile
+++ b/crypto/bio/Makefile
@@ -13,8 +13,6 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
-TEST=
-APPS=
LIB=$(TOP)/libcrypto.a
LIBSRC= bio_lib.c bio_cb.c bio_err.c \
@@ -34,8 +32,7 @@ LIBOBJ= bio_lib.o bio_cb.o bio_err.o \
SRC= $(LIBSRC)
-EXHEADER= bio.h
-HEADER= bio_lcl.h $(EXHEADER)
+HEADER= bio_lcl.h
ALL= $(GENERAL) $(SRC) $(HEADER)
@@ -52,19 +49,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)