aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/lib/libutil/Makefile
blob: 5abc2578c75fe6dbd3583bb1426a2dd19236b12e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD: src/tools/regression/lib/libutil/Makefile,v 1.2.8.1 2009/04/15 03:14:26 kensmith Exp $

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

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

.PHONY: clean
clean:
	-rm -f ${TESTS}