Makefile revision 136910
1# $FreeBSD: head/sys/crypto/rijndael/Makefile 136910 2004-10-24 15:33:08Z ru $
2
3PROG=test00
4NOMAN=
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