diff options
author | 2008-10-02 12:26:45 +0000 | |
---|---|---|
committer | 2008-10-02 12:26:45 +0000 | |
commit | 2db5d82f6f954f9d5fe4bf00ae023cdaa94a33a4 (patch) | |
tree | 86c341cf91c69d0e18deb345f8931ee856203017 /regress/lib/libc | |
parent | sync (diff) | |
download | wireguard-openbsd-2db5d82f6f954f9d5fe4bf00ae023cdaa94a33a4.tar.xz wireguard-openbsd-2db5d82f6f954f9d5fe4bf00ae023cdaa94a33a4.zip |
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 |