diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index 3a96141eae..ab8ae82533 100644 --- a/src/lib/libssl/Makefile.bsd-wrapper +++ b/src/lib/libssl/Makefile.bsd-wrapper | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Build wrapper for OpenSSL | 1 | # Build wrapper for OpenSSL |
| 2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.29 2001/01/31 20:49:10 brad Exp $ | 2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.30 2001/02/05 22:03:06 todd Exp $ |
| 3 | 3 | ||
| 4 | # Our lndir is hacked; specify a full path to avoid potential conflicts | 4 | # Our lndir is hacked; specify a full path to avoid potential conflicts |
| 5 | # with the one installed with X11. | 5 | # with the one installed with X11. |
| @@ -41,7 +41,19 @@ MUNGEDFILES= \ | |||
| 41 | ${.OBJDIR}/${SSL_SRC}/Makefile.ssl \ | 41 | ${.OBJDIR}/${SSL_SRC}/Makefile.ssl \ |
| 42 | ${.OBJDIR}/${SSL_SRC}/Makefile \ | 42 | ${.OBJDIR}/${SSL_SRC}/Makefile \ |
| 43 | ${.OBJDIR}/${SSL_SRC}/apps/der_chop \ | 43 | ${.OBJDIR}/${SSL_SRC}/apps/der_chop \ |
| 44 | ${.OBJDIR}/${SSL_SRC}/tools/c_rehash | 44 | ${.OBJDIR}/${SSL_SRC}/tools/c_rehash \ |
| 45 | ${.OBJDIR}/${SSL_SRC}/apps/CA.pl \ | ||
| 46 | ${.OBJDIR}/${SSL_SRC}/apps/CA.pl.bak \ | ||
| 47 | ${.OBJDIR}/des_random_key.pm \ | ||
| 48 | ${.OBJDIR}/HMAC.pm \ | ||
| 49 | ${.OBJDIR}/MD5.pm \ | ||
| 50 | ${.OBJDIR}/MDC2.pm \ | ||
| 51 | ${.OBJDIR}/SHA1.pm \ | ||
| 52 | ${.OBJDIR}/BUF_MEM_new.pm \ | ||
| 53 | ${.OBJDIR}/RC4.pm \ | ||
| 54 | ${.OBJDIR}/RIPEMD160.pm \ | ||
| 55 | ${.OBJDIR}/CRYPTO_set_locking_callback.pm | ||
| 56 | |||
| 45 | 57 | ||
| 46 | .include <bsd.own.mk> # for NOMAN | 58 | .include <bsd.own.mk> # for NOMAN |
| 47 | 59 | ||
