diff options
Diffstat (limited to 'regress/lib/libc_r/stdarg/Makefile')
-rw-r--r-- | regress/lib/libc_r/stdarg/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/regress/lib/libc_r/stdarg/Makefile b/regress/lib/libc_r/stdarg/Makefile deleted file mode 100644 index 42769f3d63a..00000000000 --- a/regress/lib/libc_r/stdarg/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $OpenBSD: Makefile,v 1.4 2002/09/02 20:01:43 avsm Exp $ - -PROG= stdarg - -CFLAGS+= -I${.CURDIR}/../include - -REGRESS_MAXTIME= 10 - -.include <bsd.regress.mk> |