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

PROG=test00
NOMAN=1
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