Deleted Added
full compact
Makefile (195767) Makefile (211243)
1# $FreeBSD: head/secure/lib/libcrypto/Makefile 195767 2009-07-19 17:25:24Z kensmith $
1# $FreeBSD: head/secure/lib/libcrypto/Makefile 211243 2010-08-12 20:46:49Z will $
2
3SHLIBDIR?= /lib
4SUBDIR= engines
5
6.include <bsd.own.mk>
7
8LIB= crypto
9SHLIB_MAJOR= 6

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

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_ARCH}\""; \
355 echo "#endif" ) > ${.TARGET}
356
357opensslconf.h: opensslconf-${MACHINE_ARCH}.h
2
3SHLIBDIR?= /lib
4SUBDIR= engines
5
6.include <bsd.own.mk>
7
8LIB= crypto
9SHLIB_MAJOR= 6

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

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_ARCH}\""; \
355 echo "#endif" ) > ${.TARGET}
356
357opensslconf.h: opensslconf-${MACHINE_ARCH}.h
358 cp ${.ALLSRC} ${.TARGET}
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}
363.else
359
360evp.h: ${LCRYPTO_SRC}/crypto/evp/evp.h
361.if ${MK_IDEA} == "no"
362 sed '/^#ifndef OPENSSL_NO_IDEA$$/,/^#endif$$/d' ${.ALLSRC} > ${.TARGET}
363.else
364 cp ${.ALLSRC} ${.TARGET}
364 cp -f ${.ALLSRC} ${.TARGET}
365.endif
366
367# No FIPS support for now
368fips.h:
369 echo '/* dummy fips.h */' > ${.TARGET}
370
371fips_rand.h:
372 echo '/* dummy fips_rand.h */' > ${.TARGET}

--- 82 unchanged lines hidden ---
365.endif
366
367# No FIPS support for now
368fips.h:
369 echo '/* dummy fips.h */' > ${.TARGET}
370
371fips_rand.h:
372 echo '/* dummy fips_rand.h */' > ${.TARGET}

--- 82 unchanged lines hidden ---