From 429bc0239f7fe36ac388561f4fbe52d8b9f21b13 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 8 Feb 2000 21:49:26 +0000 Subject: [PATCH] do not install openssl .h files --- .../sec/openssl/include/openssl/Makefile.in | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/lib/dns/sec/openssl/include/openssl/Makefile.in b/lib/dns/sec/openssl/include/openssl/Makefile.in index b40cd263e1..65fe200031 100644 --- a/lib/dns/sec/openssl/include/openssl/Makefile.in +++ b/lib/dns/sec/openssl/include/openssl/Makefile.in @@ -17,25 +17,7 @@ srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ -@BIND9_VERSION@ - -HEADERS = bio.h bn.h buffer.h crypto.h dh.h dsa.h e_os.h e_os2.h err.h \ - lhash.h md5.h opensslconf.h opensslv.h rand.h sha.h stack.h - SUBDIRS = TARGETS = @BIND9_MAKE_RULES@ - -installdirs: - if [ ! -d ${includedir} ]; then \ - mkdir ${includedir} ; \ - fi - if [ ! -d ${includedir}/dst ]; then \ - mkdir ${includedir}/dst ; \ - fi - -install:: installdirs - for i in ${HEADERS}; do \ - ${INSTALL_DATA} ${srcdir}/$$i ${includedir}/dst ; \ - done