summaryrefslogtreecommitdiff
path: root/regress/usr.bin/sort/Makefile
blob: b175db2553b820c2b9d14287e85b2e8882fc345d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.4 2003/03/09 06:00:58 david Exp $

CLEANFILES+= in in1 out xx -k xsort linecount fields

REGRESS_TARGETS=do-stests

# XXX - should be split up in this makefile, not in the script.
# XXX - script doesn't return non-0 on failure.
do-stests: ${.CURDIR}/stests
	sh ${.CURDIR}/stests

.include <bsd.regress.mk>