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

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

340#INCS+= seed.h
341
342SRCS+= buildinf.h
343INCS+= opensslconf.h evp.h
344INCSDIR= ${INCLUDEDIR}/openssl
345
346CSTD= gnu89
347
2
3SHLIBDIR?= /lib
4SUBDIR= engines
5
6.include <bsd.own.mk>
7
8LIB= crypto
9SHLIB_MAJOR= 6

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

340#INCS+= seed.h
341
342SRCS+= buildinf.h
343INCS+= opensslconf.h evp.h
344INCSDIR= ${INCLUDEDIR}/openssl
345
346CSTD= gnu89
347
348.if !empty(SRCS:M*.s)
349AFLAGS+= --noexecstack
350.endif
351
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_ARCH}\""; \
355 echo "#endif" ) > ${.TARGET}

--- 99 unchanged lines hidden ---
352CLEANFILES= buildinf.h opensslconf.h evp.h
353
354buildinf.h: ${.CURDIR}/Makefile
355 ( echo "#ifndef MK1MF_BUILD"; \
356 echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
357 echo " #define CFLAGS \"$(CC)\""; \
358 echo " #define PLATFORM \"FreeBSD-${MACHINE_ARCH}\""; \
359 echo "#endif" ) > ${.TARGET}

--- 99 unchanged lines hidden ---