aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/lib/libmp/Makefile
blob: dec978af4435ee38be02944be3005565ee061735 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD: src/tools/regression/lib/libmp/Makefile,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $

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}