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