Deleted Added
full compact
Makefile (256281) Makefile (260013)
1#
1#
2# $FreeBSD: stable/10/lib/libcrypt/Makefile 236967 2012-06-12 17:14:19Z des $
2# $FreeBSD: stable/10/lib/libcrypt/Makefile 260013 2013-12-28 20:05:31Z jmmv $
3#
4
5SHLIBDIR?= /lib
6
7.include <bsd.own.mk>
8
9SHLIB_MAJOR= 5
10LIB= crypt

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

32 SHA512_Init SHA512_Final SHA512_Update
33CFLAGS+= -D${sym}=__${sym}
34.endfor
35
36WARNS?= 2
37
38PRECIOUSLIB=
39
3#
4
5SHLIBDIR?= /lib
6
7.include <bsd.own.mk>
8
9SHLIB_MAJOR= 5
10LIB= crypt

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

32 SHA512_Init SHA512_Final SHA512_Update
33CFLAGS+= -D${sym}=__${sym}
34.endfor
35
36WARNS?= 2
37
38PRECIOUSLIB=
39
40.if ${MK_TESTS} != "no"
41SUBDIR+= tests
42.endif
43
40.include <bsd.lib.mk>
44.include <bsd.lib.mk>
45.include <bsd.subdir.mk>