summaryrefslogtreecommitdiff
path: root/regress/usr.bin/sort/Makefile
blob: 53954f3ba3030f9332537540ff08f8fd3951141b (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.1 2001/01/12 21:06:17 millert Exp $

NOMAN=
NOPROG=

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

regress: ${.CURDIR}/stests
	${.CURDIR}/stests

.include <bsd.prog.mk>