Deleted Added
full compact
Makefile (211725) Makefile (211934)
1# $FreeBSD: head/secure/lib/libcrypto/Makefile 211725 2010-08-23 22:24:11Z imp $
1# $FreeBSD: head/secure/lib/libcrypto/Makefile 211934 2010-08-28 15:03:11Z nwhitehorn $
2
3SHLIBDIR?= /lib
4SUBDIR= engines
5
6.include <bsd.own.mk>
7
8LIB= crypto
9SHLIB_MAJOR= 6

--- 336 unchanged lines hidden (view full) ---

346CSTD= gnu89
347
348CLEANFILES= buildinf.h opensslconf.h evp.h
349
350buildinf.h: ${.CURDIR}/Makefile
351 ( echo "#ifndef MK1MF_BUILD"; \
352 echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
353 echo " #define CFLAGS \"$(CC)\""; \
2
3SHLIBDIR?= /lib
4SUBDIR= engines
5
6.include <bsd.own.mk>
7
8LIB= crypto
9SHLIB_MAJOR= 6

--- 336 unchanged lines hidden (view full) ---

346CSTD= gnu89
347
348CLEANFILES= buildinf.h opensslconf.h evp.h
349
350buildinf.h: ${.CURDIR}/Makefile
351 ( echo "#ifndef MK1MF_BUILD"; \
352 echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
353 echo " #define CFLAGS \"$(CC)\""; \
354 echo " #define PLATFORM \"FreeBSD-${MACHINE_CPUARCH}\""; \
354 echo " #define PLATFORM \"FreeBSD-${MACHINE_ARCH}\""; \
355 echo "#endif" ) > ${.TARGET}
356
357opensslconf.h: opensslconf-${MACHINE_CPUARCH}.h
358 cp -f ${.ALLSRC} ${.TARGET}
359
360evp.h: ${LCRYPTO_SRC}/crypto/evp/evp.h
361.if ${MK_IDEA} == "no"
362 sed '/^#ifndef OPENSSL_NO_IDEA$$/,/^#endif$$/d' ${.ALLSRC} > ${.TARGET}

--- 92 unchanged lines hidden ---
355 echo "#endif" ) > ${.TARGET}
356
357opensslconf.h: opensslconf-${MACHINE_CPUARCH}.h
358 cp -f ${.ALLSRC} ${.TARGET}
359
360evp.h: ${LCRYPTO_SRC}/crypto/evp/evp.h
361.if ${MK_IDEA} == "no"
362 sed '/^#ifndef OPENSSL_NO_IDEA$$/,/^#endif$$/d' ${.ALLSRC} > ${.TARGET}

--- 92 unchanged lines hidden ---