From f66df9ff12877d936e2cd354c357ff72eea183d6 Mon Sep 17 00:00:00 2001 From: millert <> Date: Thu, 2 Oct 2008 12:26:45 +0000 Subject: Hook up fnmatch and glob regress. --- src/regress/lib/libc/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index dc9beab1e1..cca83b0a86 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.27 2008/09/07 20:36:10 martynas Exp $ +# $OpenBSD: Makefile,v 1.28 2008/10/02 12:26:45 millert Exp $ -SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fpclassify -SUBDIR+= getaddrinfo getcap getopt_long hsearch longjmp locale malloc -SUBDIR+= netdb popen printf regex setjmp setjmp-signal sigreturn sigsetjmp -SUBDIR+= sprintf strerror strtod strtonum telldir time vis +SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fnmatch +SUBDIR+= fpclassify getaddrinfo getcap getopt_long glob hsearch longjmp +SUBDIR+= locale malloc netdb popen printf regex setjmp setjmp-signal +SUBDIR+= sigreturn sigsetjmp sprintf strerror strtod strtonum telldir time vis .if (${MACHINE_ARCH} != "vax") SUBDIR+= ieeefp -- cgit v1.2.3-55-g6feb