1 # $FreeBSD$ 2 3 PROG=test00 4 MAN= 5 SRCS= ${PROG}.c rijndael-alg-fst.c rijndael-api-fst.c 6 7 CFLAGS += -I${.CURDIR}/../.. -g -static 8 9 .include <bsd.prog.mk> 10 11 test: ${PROG} 12 ./${PROG}
Cache object: 4f275b5d27d965fa954c967ae31512dd
[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.