summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/getaddrinfo/Makefile
blob: 7a78438a128134d380dcc48046b455480171cfc1 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.5 2017/07/27 17:43:24 bluhm Exp $

PROG =		gaitest
CLEANFILES =	out

run-regress-${PROG}: ${PROG}
	sh ${.CURDIR}/testsuite.sh >out 2>&1
	diff -u10 out ${.CURDIR}/answer

.include <bsd.regress.mk>