summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/fnmatch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/fnmatch/Makefile')
-rw-r--r--src/regress/lib/libc/fnmatch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libc/fnmatch/Makefile b/src/regress/lib/libc/fnmatch/Makefile
index b2f357105f..4acdd351bc 100644
--- a/src/regress/lib/libc/fnmatch/Makefile
+++ b/src/regress/lib/libc/fnmatch/Makefile
@@ -1,6 +1,8 @@
1# $OpenBSD: Makefile,v 1.1 2008/10/01 23:04:58 millert Exp $ 1# $OpenBSD: Makefile,v 1.2 2011/09/17 15:12:38 stsp Exp $
2 2
3PROG= fnm_test 3PROG= fnm_test
4LDADD+= -lutil
5DPADD+= ${LIBUTIL}
4 6
5run-regress-${PROG}: 7run-regress-${PROG}:
6 ./${PROG} ${.CURDIR}/${PROG}.in 8 ./${PROG} ${.CURDIR}/${PROG}.in