# $FreeBSD: stable/6/tools/regression/lib/libutil/Makefile 153630 2005-12-22 03:47:05Z brooks $

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

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

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