diff options
author | deraadt <> | 2003-07-02 02:15:51 +0000 |
---|---|---|
committer | deraadt <> | 2003-07-02 02:15:51 +0000 |
commit | 0fddbd33f24f3990d169df21977e93f6de42eda3 (patch) | |
tree | ccbb62cba7d5a71caf6e568e4bd5985bdefe8862 /src/lib/libssl/man | |
parent | f4f8abf224b31750266714dcc32a8b8877a5cab8 (diff) | |
download | openbsd-0fddbd33f24f3990d169df21977e93f6de42eda3.tar.gz openbsd-0fddbd33f24f3990d169df21977e93f6de42eda3.tar.bz2 openbsd-0fddbd33f24f3990d169df21977e93f6de42eda3.zip |
hit CLEANFILES also for cleandir target
Diffstat (limited to 'src/lib/libssl/man')
-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} |