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

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

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

.include <bsd.prog.mk>

test:	${PROG}
	./${PROG}