From 6f82d0e8f9756938f04071892206a5af85e676f0 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 13 Jul 2012 17:49:56 +0000 Subject: This commit was manufactured by cvs2git to create tag 'eric_g2k12'. --- src/regress/lib/libc/glob/Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/regress/lib/libc/glob/Makefile (limited to 'src/regress/lib/libc/glob/Makefile') diff --git a/src/regress/lib/libc/glob/Makefile b/src/regress/lib/libc/glob/Makefile deleted file mode 100644 index b3f9567833..0000000000 --- a/src/regress/lib/libc/glob/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $OpenBSD: Makefile,v 1.4 2011/05/01 04:25:40 guenther Exp $ - -PROG= globtest - -run-regress-${PROG}: - mkdir -m 755 -p `sed 's@/[^/]*$$@@' ${.CURDIR}/files | sort -u` - umask 022; 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: - rm -rf fake ${PROG} ${OBJS} *.core - -.include -- cgit v1.2.3-55-g6feb