summaryrefslogtreecommitdiff
path: root/regress/lib/libc/fnmatch/Makefile
blob: b2f357105f0e5657584cc22ddcd16c854893e9b2 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.1 2008/10/01 23:04:58 millert Exp $

PROG=	fnm_test

run-regress-${PROG}:
	./${PROG} ${.CURDIR}/${PROG}.in

.include <bsd.regress.mk>