aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/librsaintl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-04-13 07:37:26 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-04-13 07:37:26 +0000
commita7aaf459e796af98bc28946ebbdaae11fa7cb4b2 (patch)
tree4a07891233462aec031f6af6622d23aaefc1d092 /secure/lib/librsaintl
parent7e7159cbdc30de7821c3f78ce9670bdc94eb900d (diff)
Notes
Diffstat (limited to 'secure/lib/librsaintl')
-rw-r--r--secure/lib/librsaintl/Makefile24
1 files changed, 5 insertions, 19 deletions
diff --git a/secure/lib/librsaintl/Makefile b/secure/lib/librsaintl/Makefile
index 8f73471e5b12..d5b2a37bd338 100644
--- a/secure/lib/librsaintl/Makefile
+++ b/secure/lib/librsaintl/Makefile
@@ -2,7 +2,8 @@
.include "../libcrypto/Makefile.inc"
-# Don't blame kris.. -peter
+.PATH: ${LCRYPTO_SRC}/rsa
+
MAINTAINER= kris
LIB= rsaINTL
@@ -24,23 +25,8 @@ HDRS= asn1/asn1.h asn1/asn1_mac.h bio/bio.h bf/blowfish.h bn/bn.h \
stack/safestack.h sha/sha.h stack/stack.h tmdiff.h txt_db/txt_db.h \
x509/x509.h x509/x509_vfy.h x509v3/x509v3.h
-beforedepend: headers ${.OBJDIR}/openssl/opensslconf.h
-
-DPADD+= ${.OBJDIR}/openssl/opensslconf.h
-
-CLEANDIRS+= ${.OBJDIR}/openssl
-
-${.OBJDIR}/openssl/opensslconf.h: ../libcrypto/opensslconf-${MACHINE_ARCH}.h
- @test -d ${.OBJDIR}/openssl || mkdir -p ${.OBJDIR}/openssl; \
- cp ${.OODATE} ${.TARGET}
-
-headers:
- @test -d ${.OBJDIR}/openssl || mkdir -p ${.OBJDIR}/openssl; \
- for i in ${HDRS}; do \
- ${INSTALL} ${COPY} -m 444 ${LCRYPTO_SRC}/$$i \
- ${.OBJDIR}/openssl; \
- done
-
-.PATH: ${LCRYPTO_SRC}/rsa
+.for h in ${HDRS}
+CRYPTO_HDRS+= ${LCRYPTO_SRC}/${h}
+.endfor
.include <bsd.lib.mk>