Update buildinf.h to make SSLeay_version(3) little bit more useful.
MFC after: 1 week
This commit is contained in:
parent
7a37b5fc17
commit
325180bf29
@ -390,9 +390,9 @@ CLEANFILES= buildinf.h opensslconf.h
|
||||
|
||||
buildinf.h: ${.CURDIR}/Makefile
|
||||
( echo "#ifndef MK1MF_BUILD"; \
|
||||
echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
|
||||
echo " #define CFLAGS \"$(CC)\""; \
|
||||
echo " #define PLATFORM \"FreeBSD-${MACHINE_ARCH}\""; \
|
||||
echo " /* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */"; \
|
||||
echo " #define CFLAGS \"compiler: ${COMPILER_TYPE}\""; \
|
||||
echo " #define PLATFORM \"platform: FreeBSD-${MACHINE_ARCH}\""; \
|
||||
echo "#endif" ) > ${.TARGET}
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
|
||||
|
Loading…
x
Reference in New Issue
Block a user