summaryrefslogtreecommitdiffstats
path: root/sys/crypto/rijndael/Makefile
blob: d2dc35ea94bf5608c3e3be8d7ce1d3128d94a100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

PROG=test00
NO_MAN=
SRCS= ${PROG}.c rijndael-alg-fst.c rijndael-api-fst.c

CFLAGS += -I${.CURDIR}/../.. -g -static

.include <bsd.prog.mk>

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