summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2002-08-30 15:08:12 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2002-08-30 15:08:12 +0000
commit307bf53d7b9f1d9e1ea1f4b281bd2ae624cce60b (patch)
tree4cae2a6e75b59032f3db2ab7659249db6a311db2
parent1494e545fdba473919a66d9db21e09f9b634fd21 (diff)
make clean should not depend on prereq; ok fries@
-rw-r--r--lib/libssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile
index c771ea8b6f4..3752563fc21 100644
--- a/lib/libssl/Makefile
+++ b/lib/libssl/Makefile
@@ -1,5 +1,5 @@
# Build wrapper for OpenSSL
-# $OpenBSD: Makefile,v 1.11 2002/08/30 10:24:16 markus Exp $
+# $OpenBSD: Makefile,v 1.12 2002/08/30 15:08:11 markus Exp $
# Our lndir is hacked; specify a full path to avoid potential conflicts
# with the one installed with X11.
@@ -1018,7 +1018,7 @@ ${.OBJDIR}/${SSL_SRC}/Makefile.org: ${.CURDIR}/${SSL_SRC}/Makefile.org
.if ${.OBJDIR} == ${.CURDIR}
-clean: prereq
+clean:
@cd ${.OBJDIR}/crypto && ${MAKE} clean
@cd ${.OBJDIR}/ssl && ${MAKE} clean
@rm -f ${MUNGEDFILES}