diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2008-10-02 12:26:46 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2008-10-02 12:26:46 +0000 |
commit | d43058fb3731e8ce997df57f24c0003d1bd1bd90 (patch) | |
tree | 7202f56fa47322fbb648eaf328c8efc4a2013ba6 /regress/lib/libc | |
parent | a94c45b8b5b9a2c27363685ebde6c24dc579994e (diff) |
Hook up fnmatch and glob regress.
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index dc9beab1e15..cca83b0a868 100644 --- a/regress/lib/libc/Makefile +++ b/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 |