diff options
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r-- | src/regress/lib/libc/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 7b65e2c1c5..24749b95b4 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,6 +1,11 @@ | |||
1 | # $NetBSD: Makefile,v 1.6 1995/04/24 05:52:15 cgd Exp $ | 1 | # $OpenBSD: Makefile,v 1.33 2011/07/02 18:12:48 martynas Exp $ |
2 | |||
3 | SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fnmatch | ||
4 | SUBDIR+= fpclassify getaddrinfo getcap getopt_long glob hsearch longjmp | ||
5 | SUBDIR+= locale malloc netdb popen printf regex setjmp setjmp-signal | ||
6 | SUBDIR+= sigreturn sigsetjmp sprintf strerror strtod strtonum telldir time vis | ||
7 | SUBDIR+= orientation stdio_threading mkstemp env cephes | ||
2 | 8 | ||
3 | SUBDIR+= _setjmp db regex setjmp sigsetjmp | ||
4 | .if (${MACHINE_ARCH} != "vax") | 9 | .if (${MACHINE_ARCH} != "vax") |
5 | SUBDIR+= ieeefp | 10 | SUBDIR+= ieeefp |
6 | .endif | 11 | .endif |
@@ -9,8 +14,6 @@ SUBDIR+= ieeefp | |||
9 | SUBDIR+= arch/${MACHINE_ARCH} | 14 | SUBDIR+= arch/${MACHINE_ARCH} |
10 | .endif | 15 | .endif |
11 | 16 | ||
12 | regress: _SUBDIRUSE | ||
13 | |||
14 | install: | 17 | install: |
15 | 18 | ||
16 | .include <bsd.subdir.mk> | 19 | .include <bsd.subdir.mk> |