summaryrefslogtreecommitdiff
path: root/regress/usr.bin/sort/Makefile
blob: 0213a0b8530e7f5f4f7e4f1dc06ff5f91f222077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.3 2002/09/02 20:01:44 avsm 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
	${.CURDIR}/stests

.include <bsd.regress.mk>