Makefile revision 276486
1# $FreeBSD: stable/10/sys/crypto/rijndael/Makefile 276486 2014-12-31 23:25:37Z ngie $
2
3PROG=test00
4MAN=
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