aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2018-09-25 22:14:52 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2018-09-25 22:14:52 +0000
commit4552330800aaa342416e7531e0c9e3a2f1c7e1b9 (patch)
tree6f29b62e11a4771ac2cbc16e615e6d8252cce842 /secure
parentc66de03c60aee6067b956cd10db0ccae9b08ff95 (diff)
downloadsrc-4552330800aaa342416e7531e0c9e3a2f1c7e1b9.tar.gz
src-4552330800aaa342416e7531e0c9e3a2f1c7e1b9.zip
Fix CLEANFILES.
Notes
Notes: svn path=/projects/openssl111/; revision=338934
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 22cae8a01f3e..7eb3489f2407 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -428,7 +428,7 @@ ACFLAGS+= -Wa,--noexecstack
SRCS+= buildinf.h openssl/opensslconf.h
CLEANDIRS= openssl
-CLEANFILES= ${GENINCS} opensslconf.h.tmp
+CLEANFILES= buildinf.h opensslconf.h opensslconf.h.tmp
buildinf.h:
( echo "/*"; \