summaryrefslogtreecommitdiffstats
path: root/sbin/gbde/Makefile
blob: 58a992e122d19159fc56831536e50ae7db10af5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $FreeBSD$

PROG=	gbde
SRCS=	gbde.c template.c
SRCS+=	geom_enc.c
SRCS+=	rijndael-alg-fst.c
SRCS+=	rijndael-api-fst.c
SRCS+=	sha2.c
SRCS+=	g_bde_lock.c

WARNS?=	5

CFLAGS+= -I${.CURDIR}/../../sys
.PATH:	${.CURDIR}/../../sys/geom \
	${.CURDIR}/../../sys/geom/bde \
	${.CURDIR}/../../sys/crypto/rijndael \
	${.CURDIR}/../../sys/crypto/sha2

CLEANFILES+= template.c

MAN=	gbde.8
LDADD=	-lmd  -lutil

.include <bsd.prog.mk>

template.c:	template.txt
	file2c 'const char template[] = {' ',0};' \
		< ${.CURDIR}/template.txt > template.c

test:	${PROG}
	sh ${.CURDIR}/test.sh
OpenPOWER on IntegriCloud