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

TESTS=	test-getaddr test-getgr test-gethostby test-getpw test-getproto\
	test-getrpc test-getserv test-getusershell
CFLAGS+= -g -Wall

.PHONY: tests
tests: ${TESTS}

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