1 2 3 4 5 6 7 8 9 10 11 12
# $FreeBSD$ PROG=test00 MAN= SRCS= ${PROG}.c rijndael-alg-fst.c rijndael-api-fst.c CFLAGS += -I${.CURDIR}/../.. -g -static .include <bsd.prog.mk> test: ${PROG} ./${PROG}