summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile
diff options
context:
space:
mode:
authormarkus <>2002-08-30 10:24:16 +0000
committermarkus <>2002-08-30 10:24:16 +0000
commit733efaaabdf619ef76f1f309e2e78b93dfbbe759 (patch)
treee6b450a5d728490e790ea6d8525e7c7f26eaac31 /src/lib/libssl/Makefile
parentb317bf50a10ff572164977749e56454ad595e904 (diff)
downloadopenbsd-733efaaabdf619ef76f1f309e2e78b93dfbbe759.tar.gz
openbsd-733efaaabdf619ef76f1f309e2e78b93dfbbe759.tar.bz2
openbsd-733efaaabdf619ef76f1f309e2e78b93dfbbe759.zip
remove generated files and generated symlinks (in make clean)
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r--src/lib/libssl/Makefile97
1 files changed, 85 insertions, 12 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile
index f5306e7fc1..c771ea8b6f 100644
--- a/src/lib/libssl/Makefile
+++ b/src/lib/libssl/Makefile
@@ -1,5 +1,5 @@
1# Build wrapper for OpenSSL 1# Build wrapper for OpenSSL
2# $OpenBSD: Makefile,v 1.10 2002/06/07 06:26:17 beck Exp $ 2# $OpenBSD: Makefile,v 1.11 2002/08/30 10:24:16 markus 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.
@@ -13,24 +13,95 @@ OPENSSLDIR= /etc/ssl
13SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-${MACHINE_ARCH} 13SSLCONF= --openssldir="${OPENSSLDIR}" OpenBSD-${MACHINE_ARCH}
14 14
15MUNGEDFILES= \ 15MUNGEDFILES= \
16 ${.OBJDIR}/${SSL_SRC}/crypto/opensslconf.h \
17 ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h \
18 ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_mac.h \
19 ${.OBJDIR}/${SSL_SRC}/Makefile.ssl \
20 ${.OBJDIR}/${SSL_SRC}/Makefile \ 16 ${.OBJDIR}/${SSL_SRC}/Makefile \
21 ${.OBJDIR}/${SSL_SRC}/apps/der_chop \ 17 ${.OBJDIR}/${SSL_SRC}/Makefile.ssl \
22 ${.OBJDIR}/${SSL_SRC}/tools/c_rehash \
23 ${.OBJDIR}/${SSL_SRC}/apps/CA.pl \ 18 ${.OBJDIR}/${SSL_SRC}/apps/CA.pl \
24 ${.OBJDIR}/${SSL_SRC}/apps/CA.pl.bak \ 19 ${.OBJDIR}/${SSL_SRC}/apps/CA.pl.bak \
25 ${.OBJDIR}/des_random_key.pm \ 20 ${.OBJDIR}/${SSL_SRC}/apps/Makefile \
21 ${.OBJDIR}/${SSL_SRC}/apps/der_chop \
22 ${.OBJDIR}/${SSL_SRC}/crypto/Makefile \
23 ${.OBJDIR}/${SSL_SRC}/crypto/aes/Makefile \
24 ${.OBJDIR}/${SSL_SRC}/crypto/asn1/Makefile \
25 ${.OBJDIR}/${SSL_SRC}/crypto/bf/Makefile \
26 ${.OBJDIR}/${SSL_SRC}/crypto/bio/Makefile \
27 ${.OBJDIR}/${SSL_SRC}/crypto/bn/Makefile \
28 ${.OBJDIR}/${SSL_SRC}/crypto/buffer/Makefile \
29 ${.OBJDIR}/${SSL_SRC}/crypto/cast/Makefile \
30 ${.OBJDIR}/${SSL_SRC}/crypto/comp/Makefile \
31 ${.OBJDIR}/${SSL_SRC}/crypto/conf/Makefile \
32 ${.OBJDIR}/${SSL_SRC}/crypto/des/Makefile \
33 ${.OBJDIR}/${SSL_SRC}/crypto/des/asm/perlasm \
34 ${.OBJDIR}/${SSL_SRC}/crypto/dh/Makefile \
35 ${.OBJDIR}/${SSL_SRC}/crypto/dsa/Makefile \
36 ${.OBJDIR}/${SSL_SRC}/crypto/dso/Makefile \
37 ${.OBJDIR}/${SSL_SRC}/crypto/ec/Makefile \
38 ${.OBJDIR}/${SSL_SRC}/crypto/engine/Makefile \
39 ${.OBJDIR}/${SSL_SRC}/crypto/err/Makefile \
40 ${.OBJDIR}/${SSL_SRC}/crypto/evp/Makefile \
41 ${.OBJDIR}/${SSL_SRC}/crypto/hmac/Makefile \
42 ${.OBJDIR}/${SSL_SRC}/crypto/idea/Makefile \
43 ${.OBJDIR}/${SSL_SRC}/crypto/krb5/Makefile \
44 ${.OBJDIR}/${SSL_SRC}/crypto/lhash/Makefile \
45 ${.OBJDIR}/${SSL_SRC}/crypto/md2/Makefile \
46 ${.OBJDIR}/${SSL_SRC}/crypto/md4/Makefile \
47 ${.OBJDIR}/${SSL_SRC}/crypto/md5/Makefile \
48 ${.OBJDIR}/${SSL_SRC}/crypto/mdc2/Makefile \
49 ${.OBJDIR}/${SSL_SRC}/crypto/objects/Makefile \
50 ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h \
51 ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_mac.h \
52 ${.OBJDIR}/${SSL_SRC}/crypto/ocsp/Makefile \
53 ${.OBJDIR}/${SSL_SRC}/crypto/opensslconf.h \
54 ${.OBJDIR}/${SSL_SRC}/crypto/pem/Makefile \
55 ${.OBJDIR}/${SSL_SRC}/crypto/pkcs12/Makefile \
56 ${.OBJDIR}/${SSL_SRC}/crypto/pkcs7/Makefile \
57 ${.OBJDIR}/${SSL_SRC}/crypto/rand/Makefile \
58 ${.OBJDIR}/${SSL_SRC}/crypto/rc2/Makefile \
59 ${.OBJDIR}/${SSL_SRC}/crypto/rc4/Makefile \
60 ${.OBJDIR}/${SSL_SRC}/crypto/rc5/Makefile \
61 ${.OBJDIR}/${SSL_SRC}/crypto/ripemd/Makefile \
62 ${.OBJDIR}/${SSL_SRC}/crypto/rsa/Makefile \
63 ${.OBJDIR}/${SSL_SRC}/crypto/sha/Makefile \
64 ${.OBJDIR}/${SSL_SRC}/crypto/stack/Makefile \
65 ${.OBJDIR}/${SSL_SRC}/crypto/txt_db/Makefile \
66 ${.OBJDIR}/${SSL_SRC}/crypto/ui/Makefile \
67 ${.OBJDIR}/${SSL_SRC}/crypto/x509/Makefile \
68 ${.OBJDIR}/${SSL_SRC}/crypto/x509v3/Makefile \
69 ${.OBJDIR}/${SSL_SRC}/ssl/Makefile \
70 ${.OBJDIR}/${SSL_SRC}/test/Makefile \
71 ${.OBJDIR}/${SSL_SRC}/test/bftest.c \
72 ${.OBJDIR}/${SSL_SRC}/test/bntest.c \
73 ${.OBJDIR}/${SSL_SRC}/test/casttest.c \
74 ${.OBJDIR}/${SSL_SRC}/test/destest.c \
75 ${.OBJDIR}/${SSL_SRC}/test/dhtest.c \
76 ${.OBJDIR}/${SSL_SRC}/test/dsatest.c \
77 ${.OBJDIR}/${SSL_SRC}/test/ectest.c \
78 ${.OBJDIR}/${SSL_SRC}/test/evp_test.c \
79 ${.OBJDIR}/${SSL_SRC}/test/evptests.txt \
80 ${.OBJDIR}/${SSL_SRC}/test/exptest.c \
81 ${.OBJDIR}/${SSL_SRC}/test/hmactest.c \
82 ${.OBJDIR}/${SSL_SRC}/test/ideatest.c \
83 ${.OBJDIR}/${SSL_SRC}/test/md2test.c \
84 ${.OBJDIR}/${SSL_SRC}/test/md5test.c \
85 ${.OBJDIR}/${SSL_SRC}/test/mdc2test.c \
86 ${.OBJDIR}/${SSL_SRC}/test/randtest.c \
87 ${.OBJDIR}/${SSL_SRC}/test/rc2test.c \
88 ${.OBJDIR}/${SSL_SRC}/test/rc4test.c \
89 ${.OBJDIR}/${SSL_SRC}/test/rc5test.c \
90 ${.OBJDIR}/${SSL_SRC}/test/rmdtest.c \
91 ${.OBJDIR}/${SSL_SRC}/test/sha1test.c \
92 ${.OBJDIR}/${SSL_SRC}/test/shatest.c \
93 ${.OBJDIR}/${SSL_SRC}/test/ssltest.c \
94 ${.OBJDIR}/${SSL_SRC}/tools/Makefile \
95 ${.OBJDIR}/${SSL_SRC}/tools/c_rehash \
96 ${.OBJDIR}/BUF_MEM_new.pm \
97 ${.OBJDIR}/CRYPTO_set_locking_callback.pm \
26 ${.OBJDIR}/HMAC.pm \ 98 ${.OBJDIR}/HMAC.pm \
27 ${.OBJDIR}/MD5.pm \ 99 ${.OBJDIR}/MD5.pm \
28 ${.OBJDIR}/MDC2.pm \ 100 ${.OBJDIR}/MDC2.pm \
29 ${.OBJDIR}/SHA1.pm \
30 ${.OBJDIR}/BUF_MEM_new.pm \
31 ${.OBJDIR}/RC4.pm \ 101 ${.OBJDIR}/RC4.pm \
32 ${.OBJDIR}/RIPEMD160.pm \ 102 ${.OBJDIR}/RIPEMD160.pm \
33 ${.OBJDIR}/CRYPTO_set_locking_callback.pm 103 ${.OBJDIR}/SHA1.pm \
104 ${.OBJDIR}/des_random_key.pm
34 105
35.include <bsd.own.mk> # for NOMAN 106.include <bsd.own.mk> # for NOMAN
36 107
@@ -949,7 +1020,9 @@ ${.OBJDIR}/${SSL_SRC}/Makefile.org: ${.CURDIR}/${SSL_SRC}/Makefile.org
949.if ${.OBJDIR} == ${.CURDIR} 1020.if ${.OBJDIR} == ${.CURDIR}
950clean: prereq 1021clean: prereq
951 @cd ${.OBJDIR}/crypto && ${MAKE} clean 1022 @cd ${.OBJDIR}/crypto && ${MAKE} clean
952 @cd ${.OBJDIR}/ssl && ${MAKE} clean && rm -f ${MUNGEDFILES} 1023 @cd ${.OBJDIR}/ssl && ${MAKE} clean
1024 @rm -f ${MUNGEDFILES}
1025 @rm -rf ${.OBJDIR}/${SSL_SRC}/include
953.else 1026.else
954clean: 1027clean:
955 @cd ${.OBJDIR} && find . \! -type d -print | xargs rm 1028 @cd ${.OBJDIR} && find . \! -type d -print | xargs rm