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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile
index e8c5809eb6..1861062bbe 100644
--- a/src/regress/lib/libc/Makefile
+++ b/src/regress/lib/libc/Makefile
@@ -1,8 +1,8 @@
1# $OpenBSD: Makefile,v 1.10 2003/02/12 06:49:04 mickey Exp $ 1# $OpenBSD: Makefile,v 1.11 2003/05/15 04:23:49 deraadt Exp $
2 2
3SUBDIR+= alloca 3SUBDIR+= alloca
4SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen 4SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen
5SUBDIR+= longjmp atexit 5SUBDIR+= longjmp atexit sprintf
6.if (${MACHINE_ARCH} != "vax") 6.if (${MACHINE_ARCH} != "vax")
7SUBDIR+= ieeefp 7SUBDIR+= ieeefp
8.endif 8.endif