diff options
Diffstat (limited to 'src/regress/lib/libc/fnmatch/Makefile')
-rw-r--r-- | src/regress/lib/libc/fnmatch/Makefile | 4 |
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 | ||
3 | PROG= fnm_test | 3 | PROG= fnm_test |
4 | LDADD+= -lutil | ||
5 | DPADD+= ${LIBUTIL} | ||
4 | 6 | ||
5 | run-regress-${PROG}: | 7 | run-regress-${PROG}: |
6 | ./${PROG} ${.CURDIR}/${PROG}.in | 8 | ./${PROG} ${.CURDIR}/${PROG}.in |