Deleted Added
full compact
Makefile.inc (169425) Makefile.inc (194207)
1# $FreeBSD: head/secure/lib/libcrypto/Makefile.inc 169425 2007-05-09 19:37:02Z gnn $
1# $FreeBSD: head/secure/lib/libcrypto/Makefile.inc 194207 2009-06-14 19:46:18Z simon $
2
3.include <bsd.own.mk>
4
5LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl
6LCRYPTO_DOC= ${.CURDIR}/../../../crypto/openssl/doc
7
8CFLAGS+= -DTERMIOS -DANSI_SOURCE
9CFLAGS+= -I${LCRYPTO_SRC} -I${LCRYPTO_SRC}/crypto -I${.OBJDIR}

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

29_sec= 1
30.endif
31
32man-update:
33.for manpage in ${MAN}
34 @(sec=${manpage:E}; \
35 pod=${manpage:R}.pod; \
36 cp ${LCRYPTO_DOC}/${_docs}/$$pod .; \
2
3.include <bsd.own.mk>
4
5LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl
6LCRYPTO_DOC= ${.CURDIR}/../../../crypto/openssl/doc
7
8CFLAGS+= -DTERMIOS -DANSI_SOURCE
9CFLAGS+= -I${LCRYPTO_SRC} -I${LCRYPTO_SRC}/crypto -I${.OBJDIR}

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

29_sec= 1
30.endif
31
32man-update:
33.for manpage in ${MAN}
34 @(sec=${manpage:E}; \
35 pod=${manpage:R}.pod; \
36 cp ${LCRYPTO_DOC}/${_docs}/$$pod .; \
37 pod2man --section=$$sec --release="0.9.8e" --center="OpenSSL" \
37 pod2man --section=$$sec --release="0.9.8k" --center="OpenSSL" \
38 $$pod > ${.CURDIR}/man/${manpage}; \
39 rm -f $$pod; \
40 ${ECHO} ${manpage})
41.endfor
42
43man-makefile-update:
44 rm -f ${.CURDIR}/Makefile.man
45 echo '# $$'FreeBSD'$$' >> ${.CURDIR}/Makefile.man

--- 17 unchanged lines hidden ---
38 $$pod > ${.CURDIR}/man/${manpage}; \
39 rm -f $$pod; \
40 ${ECHO} ${manpage})
41.endfor
42
43man-makefile-update:
44 rm -f ${.CURDIR}/Makefile.man
45 echo '# $$'FreeBSD'$$' >> ${.CURDIR}/Makefile.man

--- 17 unchanged lines hidden ---