diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-02 02:15:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-02 02:15:52 +0000 |
commit | a11a93db009f755fdd64d9b052b16c6e16853d71 (patch) | |
tree | a4ef6691bf2c7d5e9b038a794be525e982ff63db /lib/libssl | |
parent | fec6c3003eb0b9625a637875fcf0dda34bc24f65 (diff) |
hit CLEANFILES also for cleandir target
Diffstat (limited to 'lib/libssl')
-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} |