summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r--src/regress/lib/libc/Makefile11
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
3SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fnmatch
4SUBDIR+= fpclassify getaddrinfo getcap getopt_long glob hsearch longjmp
5SUBDIR+= locale malloc netdb popen printf regex setjmp setjmp-signal
6SUBDIR+= sigreturn sigsetjmp sprintf strerror strtod strtonum telldir time vis
7SUBDIR+= orientation stdio_threading mkstemp env cephes
2 8
3SUBDIR+= _setjmp db regex setjmp sigsetjmp
4.if (${MACHINE_ARCH} != "vax") 9.if (${MACHINE_ARCH} != "vax")
5SUBDIR+= ieeefp 10SUBDIR+= ieeefp
6.endif 11.endif
@@ -9,8 +14,6 @@ SUBDIR+= ieeefp
9SUBDIR+= arch/${MACHINE_ARCH} 14SUBDIR+= arch/${MACHINE_ARCH}
10.endif 15.endif
11 16
12regress: _SUBDIRUSE
13
14install: 17install:
15 18
16.include <bsd.subdir.mk> 19.include <bsd.subdir.mk>