diff options
Diffstat (limited to 'lib/libssl/man/Makefile')
-rw-r--r-- | lib/libssl/man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/man/Makefile b/lib/libssl/man/Makefile index 930c5f56af2..b591fc36bac 100644 --- a/lib/libssl/man/Makefile +++ b/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2003/03/05 20:59:15 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2003/07/02 02:15:51 deraadt Exp $ .include <bsd.own.mk> # for NOMAN @@ -877,5 +877,5 @@ CLEANFILES+=\ des_random_key.pm \ MD5.pm \ -clean: +clean cleandir: rm -f ${CLEANFILES} |