summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libmp/Makefile
blob: a6f60b63bdbd8aabfcadda5f869c65ef8aeeef8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

TESTS=	test-libmp
CFLAGS+= -g -Wall -lcrypto -lmp

.PHONY: tests
tests: ${TESTS}
	for p in ${TESTS}; do ${.OBJDIR}/$$p; done

.PHONY: clean
clean:
	-rm -f ${TESTS}
OpenPOWER on IntegriCloud