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

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