summaryrefslogtreecommitdiffstats
path: root/crypto/x509/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/Makefile')
-rw-r--r--crypto/x509/Makefile18
1 files changed, 1 insertions, 17 deletions
diff --git a/crypto/x509/Makefile b/crypto/x509/Makefile
index 9572ed2ae4..914129a816 100644
--- a/crypto/x509/Makefile
+++ b/crypto/x509/Makefile
@@ -13,8 +13,6 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile README
-TEST=
-APPS=
LIB=$(TOP)/libcrypto.a
LIBSRC= x509_def.c x509_d2.c x509_r2x.c x509_cmp.c \
@@ -34,8 +32,7 @@ LIBOBJ= x509_def.o x509_d2.o x509_r2x.o x509_cmp.o \
SRC= $(LIBSRC)
-EXHEADER= x509.h x509_vfy.h
-HEADER= $(EXHEADER) x509_lcl.h
+HEADER= x509_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)