summaryrefslogtreecommitdiffstats
path: root/crypto/pem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pem/Makefile')
-rw-r--r--crypto/pem/Makefile18
1 files changed, 1 insertions, 17 deletions
diff --git a/crypto/pem/Makefile b/crypto/pem/Makefile
index b3e554a423..09a6cc8468 100644
--- a/crypto/pem/Makefile
+++ b/crypto/pem/Makefile
@@ -13,8 +13,6 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
-TEST=
-APPS=
LIB=$(TOP)/libcrypto.a
LIBSRC= pem_sign.c pem_seal.c pem_info.c pem_lib.c pem_all.c pem_err.c \
@@ -25,8 +23,7 @@ LIBOBJ= pem_sign.o pem_seal.o pem_info.o pem_lib.o pem_all.o pem_err.o \
SRC= $(LIBSRC)
-EXHEADER= pem.h pem2.h
-HEADER= $(EXHEADER)
+HEADER=
ALL= $(GENERAL) $(SRC) $(HEADER)
@@ -43,19 +40,6 @@ lib: $(LIBOBJ)
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-links: $(EXHEADER)
- @$(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)