diff options
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r-- | src/regress/lib/libc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 016255e9dc..3109c0c1fd 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.37 2013/08/01 21:26:30 kettenis Exp $ | 1 | # $OpenBSD: Makefile,v 1.38 2013/12/29 01:39:44 martynas Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env | 3 | SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env |
4 | SUBDIR+= fmemopen fnmatch fpclassify getcap getopt_long glob | 4 | SUBDIR+= fmemopen fnmatch fpclassify getcap getopt_long glob |
@@ -10,6 +10,7 @@ SUBDIR+= telldir time vis | |||
10 | 10 | ||
11 | .if defined(REGRESS_FULL) | 11 | .if defined(REGRESS_FULL) |
12 | SUBDIR+= getaddrinfo | 12 | SUBDIR+= getaddrinfo |
13 | SUBDIR+= setjmp-fpu | ||
13 | .endif | 14 | .endif |
14 | 15 | ||
15 | .if (${MACHINE_ARCH} != "vax") | 16 | .if (${MACHINE_ARCH} != "vax") |