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