summaryrefslogtreecommitdiff
path: root/regress/lib/libc/fnmatch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libc/fnmatch/Makefile')
-rw-r--r--regress/lib/libc/fnmatch/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/regress/lib/libc/fnmatch/Makefile b/regress/lib/libc/fnmatch/Makefile
new file mode 100644
index 00000000000..b2f357105f0
--- /dev/null
+++ b/regress/lib/libc/fnmatch/Makefile
@@ -0,0 +1,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>