diff options
author | millert <> | 2008-10-02 12:26:45 +0000 |
---|---|---|
committer | millert <> | 2008-10-02 12:26:45 +0000 |
commit | f66df9ff12877d936e2cd354c357ff72eea183d6 (patch) | |
tree | d8549ac05e650b0f5b3dfd18fddb9b35aff1131d /src/regress/lib | |
parent | 3c3a40014682057cec32fdb3d8131abde149c68a (diff) | |
download | openbsd-f66df9ff12877d936e2cd354c357ff72eea183d6.tar.gz openbsd-f66df9ff12877d936e2cd354c357ff72eea183d6.tar.bz2 openbsd-f66df9ff12877d936e2cd354c357ff72eea183d6.zip |
Hook up fnmatch and glob regress.
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.27 2008/09/07 20:36:10 martynas Exp $ | 1 | # $OpenBSD: Makefile,v 1.28 2008/10/02 12:26:45 millert Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fpclassify | 3 | SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fnmatch |
4 | SUBDIR+= getaddrinfo getcap getopt_long hsearch longjmp locale malloc | 4 | SUBDIR+= fpclassify getaddrinfo getcap getopt_long glob hsearch longjmp |
5 | SUBDIR+= netdb popen printf regex setjmp setjmp-signal sigreturn sigsetjmp | 5 | SUBDIR+= locale malloc netdb popen printf regex setjmp setjmp-signal |
6 | SUBDIR+= sprintf strerror strtod strtonum telldir time vis | 6 | SUBDIR+= sigreturn sigsetjmp sprintf strerror strtod strtonum telldir time vis |
7 | 7 | ||
8 | .if (${MACHINE_ARCH} != "vax") | 8 | .if (${MACHINE_ARCH} != "vax") |
9 | SUBDIR+= ieeefp | 9 | SUBDIR+= ieeefp |