diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-09-25 22:14:52 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-09-25 22:14:52 +0000 |
| commit | 4552330800aaa342416e7531e0c9e3a2f1c7e1b9 (patch) | |
| tree | 6f29b62e11a4771ac2cbc16e615e6d8252cce842 | |
| parent | c66de03c60aee6067b956cd10db0ccae9b08ff95 (diff) | |
Notes
| -rw-r--r-- | secure/lib/libcrypto/Makefile | 2 |
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 "/*"; \ |
