diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-02-25 05:35:37 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-02-25 05:35:37 +0000 |
| commit | 08c0f1c7dd76c64ce3b36ff85e82baa352d0b554 (patch) | |
| tree | 040292a4e56e4ea026aa5fb4ced48691b03081ad /secure | |
| parent | 8261034302887f4881dff0801d3ad535d52c38e5 (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libcrypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index db824b12e135..38117ff4e50a 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -164,7 +164,7 @@ HDRS= asn1/asn1.h asn1/asn1_mac.h bio/bio.h bf/blowfish.h bn/bn.h \ x509/x509_vfy.h x509v3/x509v3.h .if defined(RSAREF) && ${RSAREF} == YES -HDRS+= ../rsaref/rsaref.h +HDRS+= ../rsaref/rsaref.h .endif beforedepend: ${.OBJDIR}/obj_dat.h ${.OBJDIR}/buildinf.h \ |
