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/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile
index 689f87aa03..dc9beab1e1 100644
--- a/src/regress/lib/libc/Makefile
+++ b/src/regress/lib/libc/Makefile
@@ -1,8 +1,8 @@
1# $OpenBSD: Makefile,v 1.26 2007/09/03 14:42:43 millert Exp $ 1# $OpenBSD: Makefile,v 1.27 2008/09/07 20:36:10 martynas Exp $
2 2
3SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname getaddrinfo 3SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fpclassify
4SUBDIR+= getcap getopt_long hsearch longjmp locale malloc 4SUBDIR+= getaddrinfo getcap getopt_long hsearch longjmp locale malloc
5SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp 5SUBDIR+= netdb popen printf regex setjmp setjmp-signal sigreturn sigsetjmp
6SUBDIR+= sprintf strerror strtod strtonum telldir time vis 6SUBDIR+= sprintf strerror strtod strtonum telldir time vis
7 7
8.if (${MACHINE_ARCH} != "vax") 8.if (${MACHINE_ARCH} != "vax")