diff options
author | markus <> | 2002-09-01 16:29:31 +0000 |
---|---|---|
committer | markus <> | 2002-09-01 16:29:31 +0000 |
commit | 86f895a5f81e968f266a71063f84f07361ef2ca7 (patch) | |
tree | 75ebf9a64d8976a23863e98b7e082cbcb2308e35 /src | |
parent | 3ea8eff6c258bf088615e544b2d10597687735d0 (diff) | |
download | openbsd-86f895a5f81e968f266a71063f84f07361ef2ca7.tar.gz openbsd-86f895a5f81e968f266a71063f84f07361ef2ca7.tar.bz2 openbsd-86f895a5f81e968f266a71063f84f07361ef2ca7.zip |
e_os.h is longer installed
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index 90a6baa9c0..4836bf9d4a 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.7 2002/05/15 02:36:07 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.8 2002/09/01 16:29:31 markus Exp $ |
2 | 2 | ||
3 | CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem | 3 | CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem |
4 | 4 | ||
@@ -94,8 +94,8 @@ ssl-dsa: | |||
94 | ssl-rsa: | 94 | ssl-rsa: |
95 | sh ${.CURDIR}/testrsa.sh ${.OBJDIR} ${.CURDIR} | 95 | sh ${.CURDIR}/testrsa.sh ${.OBJDIR} ${.CURDIR} |
96 | 96 | ||
97 | e_os.h: /usr/include/openssl/e_os.h | 97 | e_os.h: ${.CURDIR}/../../../lib/libssl/src/e_os.h |
98 | cp /usr/include/openssl/e_os.h ${.OBJDIR} | 98 | cp ${.CURDIR}/../../../lib/libssl/src/e_os.h ${.OBJDIR} |
99 | 99 | ||
100 | ossltests: ${OTESTS} ${BNTEST} ${EVPTEST} | 100 | ossltests: ${OTESTS} ${BNTEST} ${EVPTEST} |
101 | @echo running ${BNTEST}, check ${.OBJDIR}/${BNTEST}.out if this fails. | 101 | @echo running ${BNTEST}, check ${.OBJDIR}/${BNTEST}.out if this fails. |