summaryrefslogtreecommitdiff
path: root/regress/lib/libc/glob/Makefile
blob: 4a3731a9709fdb8b7f83bdbba66843296a0b910d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.1 2008/10/01 23:04:36 millert Exp $

PROG=	globtest

run-regress-${PROG}:
	mkdir -p `sed 's@/[^/]*$$@@' ${.CURDIR}/files | sort -u`
	touch `cat files`
	./${PROG} ${.CURDIR}/${PROG}.in

clean:
	rm -rf fake ${PROG} ${OBJS} *.core

.include <bsd.regress.mk>