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

TESTS=	test-trimdomain test-trimdomain-nodomain test-flopen test-grp
CFLAGS+= -g -Wall -lutil

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

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