Fix a typo. I did not mean it, really.

This commit is contained in:
Jung-uk Kim 2015-11-06 18:24:49 +00:00
parent d7c49e6c15
commit 352dda694d

View File

@ -409,7 +409,7 @@ buildinf.h: Makefile
echo "#endif" ) > ${.TARGET}
opensslconf.h: ${OPENSSLCONF_H}
${CP} ${.IMPSRC} ${.TARGET}
${CP} ${.ALLSRC} ${.TARGET}
.include <bsd.lib.mk>