summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormarkus <>2002-08-30 15:08:11 +0000
committermarkus <>2002-08-30 15:08:11 +0000
commitf3d249db8ca8d016e1fe053419949922620c7654 (patch)
treee94d3567ed1860fbe239ceb0bea215a389501591 /src
parent2c9c18e6662b08fb51392dc61d009318ab2c7840 (diff)
downloadopenbsd-f3d249db8ca8d016e1fe053419949922620c7654.tar.gz
openbsd-f3d249db8ca8d016e1fe053419949922620c7654.tar.bz2
openbsd-f3d249db8ca8d016e1fe053419949922620c7654.zip
make clean should not depend on prereq; ok fries@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile
index c771ea8b6f..3752563fc2 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.11 2002/08/30 10:24:16 markus Exp $ 2# $OpenBSD: Makefile,v 1.12 2002/08/30 15:08:11 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.
@@ -1018,7 +1018,7 @@ ${.OBJDIR}/${SSL_SRC}/Makefile.org: ${.CURDIR}/${SSL_SRC}/Makefile.org
1018 1018
1019 1019
1020.if ${.OBJDIR} == ${.CURDIR} 1020.if ${.OBJDIR} == ${.CURDIR}
1021clean: prereq 1021clean:
1022 @cd ${.OBJDIR}/crypto && ${MAKE} clean 1022 @cd ${.OBJDIR}/crypto && ${MAKE} clean
1023 @cd ${.OBJDIR}/ssl && ${MAKE} clean 1023 @cd ${.OBJDIR}/ssl && ${MAKE} clean
1024 @rm -f ${MUNGEDFILES} 1024 @rm -f ${MUNGEDFILES}