summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/glob/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/glob/Makefile')
-rw-r--r--src/regress/lib/libc/glob/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/regress/lib/libc/glob/Makefile b/src/regress/lib/libc/glob/Makefile
index 6b93edfc38..ef209a3e18 100644
--- a/src/regress/lib/libc/glob/Makefile
+++ b/src/regress/lib/libc/glob/Makefile
@@ -1,10 +1,13 @@
1# $OpenBSD: Makefile,v 1.2 2009/02/18 15:17:55 millert Exp $ 1# $OpenBSD: Makefile,v 1.3 2010/09/24 13:32:55 djm Exp $
2 2
3PROG= globtest 3PROG= globtest
4 4
5run-regress-${PROG}: 5run-regress-${PROG}:
6 mkdir -p `sed 's@/[^/]*$$@@' ${.CURDIR}/files | sort -u` 6 mkdir -p `sed 's@/[^/]*$$@@' ${.CURDIR}/files | sort -u`
7 touch `cat ${.CURDIR}/files` 7 touch `cat ${.CURDIR}/files`
8 chmod 0755 `grep '/r[^/]*$$' ${.CURDIR}/files`
9 chmod 0444 `grep '/s[^/]*$$' ${.CURDIR}/files`
10 chmod 0711 `grep '/t[^/]*$$' ${.CURDIR}/files`
8 ./${PROG} ${.CURDIR}/${PROG}.in 11 ./${PROG} ${.CURDIR}/${PROG}.in
9 12
10clean: 13clean: