1# $FreeBSD$
2
3PROG=test00
4NO_MAN=
5SRCS= ${PROG}.c rijndael-alg-fst.c rijndael-api-fst.c
6
7CFLAGS += -I${.CURDIR}/../.. -g -static
8
9.include <bsd.prog.mk>
10
11test:	${PROG}
12	./${PROG}
13