Deleted Added
full compact
Makefile (275030) Makefile (292782)
1# $FreeBSD: head/sbin/gbde/Makefile 275030 2014-11-25 11:23:12Z bapt $
1# $FreeBSD: head/sbin/gbde/Makefile 292782 2015-12-27 17:33:59Z allanjude $
2
3PROG= gbde
4SRCS= gbde.c template.c
5SRCS+= rijndael-alg-fst.c
6SRCS+= rijndael-api-fst.c
2
3PROG= gbde
4SRCS= gbde.c template.c
5SRCS+= rijndael-alg-fst.c
6SRCS+= rijndael-api-fst.c
7SRCS+= sha2.c
7SRCS+= sha512c.c
8SRCS+= g_bde_lock.c
9
10# rijndael-fst.c does evil casting things which can results in warnings,
11# the test-vectors check out however, so it works right.
12NO_WCAST_ALIGN=
13NO_WMISSING_VARIABLE_DECLARATIONS=
14
15CFLAGS+= -I${.CURDIR}/../../sys

--- 17 unchanged lines hidden ---
8SRCS+= g_bde_lock.c
9
10# rijndael-fst.c does evil casting things which can results in warnings,
11# the test-vectors check out however, so it works right.
12NO_WCAST_ALIGN=
13NO_WMISSING_VARIABLE_DECLARATIONS=
14
15CFLAGS+= -I${.CURDIR}/../../sys

--- 17 unchanged lines hidden ---