From 352dda694dfe2ef8190649b4a09e749d259774a2 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 6 Nov 2015 18:24:49 +0000 Subject: [PATCH] Fix a typo. I did not mean it, really. --- secure/lib/libcrypto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 292d767ee9b..fbb38e950c7 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -409,7 +409,7 @@ buildinf.h: Makefile echo "#endif" ) > ${.TARGET} opensslconf.h: ${OPENSSLCONF_H} - ${CP} ${.IMPSRC} ${.TARGET} + ${CP} ${.ALLSRC} ${.TARGET} .include