diff options
author | todd <> | 2001-02-05 22:03:06 +0000 |
---|---|---|
committer | todd <> | 2001-02-05 22:03:06 +0000 |
commit | 453408887e409b963de46b52052852ffe9321ed3 (patch) | |
tree | 8c0faa21d97dc7d023133be555990b6ffd017c48 | |
parent | 49af9b899a8229fe0be31f3b631014598fd36a20 (diff) | |
download | openbsd-453408887e409b963de46b52052852ffe9321ed3.tar.gz openbsd-453408887e409b963de46b52052852ffe9321ed3.tar.bz2 openbsd-453408887e409b963de46b52052852ffe9321ed3.zip |
if a build generates the files, a clean should remove them. ok beck@
-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 | ||