freebsd-dev/sys/crypto/rijndael/Makefile
2004-12-21 08:47:35 +00:00

13 lines
178 B
Makefile

# $FreeBSD$
PROG=test00
NO_MAN=
SRCS= ${PROG}.c rijndael-alg-fst.c rijndael-api-fst.c
CFLAGS += -I${.CURDIR}/../.. -g -static
.include <bsd.prog.mk>
test: ${PROG}
./${PROG}