Deleted Added
full compact
Makefile (100949) Makefile (103960)
1# $FreeBSD: head/secure/lib/libcrypto/Makefile 100949 2002-07-30 14:47:24Z nectar $
1# $FreeBSD: head/secure/lib/libcrypto/Makefile 103960 2002-09-25 09:58:00Z markm $
2
3.include "Makefile.inc"
4
5.PATH: ${LCRYPTO_SRC} ${LCRYPTO_SRC}/asn1 ${LCRYPTO_SRC}/bf \
6 ${LCRYPTO_SRC}/bio ${LCRYPTO_SRC}/bn ${LCRYPTO_SRC}/buffer \
7 ${LCRYPTO_SRC}/cast ${LCRYPTO_SRC}/comp ${LCRYPTO_SRC}/conf \
8 ${LCRYPTO_SRC}/des ${LCRYPTO_SRC}/dh ${LCRYPTO_SRC}/dsa \
9 ${LCRYPTO_SRC}/dso ${LCRYPTO_SRC}/err ${LCRYPTO_SRC}/evp \

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

22
23.if defined(MAKE_IDEA) && ${MAKE_IDEA} == YES
24.PATH: ${LCRYPTO_SRC}/idea
25.endif
26
27LIB= crypto
28SHLIB_MAJOR= 2
29
2
3.include "Makefile.inc"
4
5.PATH: ${LCRYPTO_SRC} ${LCRYPTO_SRC}/asn1 ${LCRYPTO_SRC}/bf \
6 ${LCRYPTO_SRC}/bio ${LCRYPTO_SRC}/bn ${LCRYPTO_SRC}/buffer \
7 ${LCRYPTO_SRC}/cast ${LCRYPTO_SRC}/comp ${LCRYPTO_SRC}/conf \
8 ${LCRYPTO_SRC}/des ${LCRYPTO_SRC}/dh ${LCRYPTO_SRC}/dsa \
9 ${LCRYPTO_SRC}/dso ${LCRYPTO_SRC}/err ${LCRYPTO_SRC}/evp \

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

22
23.if defined(MAKE_IDEA) && ${MAKE_IDEA} == YES
24.PATH: ${LCRYPTO_SRC}/idea
25.endif
26
27LIB= crypto
28SHLIB_MAJOR= 2
29
30NOLINT= true
31
30MAINTAINER= kris
31
32# base sources
33SRCS+= cpt_err.c cryptlib.c cversion.c ebcdic.c ex_data.c mem.c mem_dbg.c \
34 tmdiff.c uid.c
35
36# asn1
37

--- 346 unchanged lines hidden ---
32MAINTAINER= kris
33
34# base sources
35SRCS+= cpt_err.c cryptlib.c cversion.c ebcdic.c ex_data.c mem.c mem_dbg.c \
36 tmdiff.c uid.c
37
38# asn1
39

--- 346 unchanged lines hidden ---