summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile
index 1b655bcbed..86c2e4b59a 100644
--- a/src/regress/lib/libc/Makefile
+++ b/src/regress/lib/libc/Makefile
@@ -1,8 +1,9 @@
1# $OpenBSD: Makefile,v 1.12 2004/01/20 16:47:55 millert Exp $ 1# $OpenBSD: Makefile,v 1.13 2004/02/11 23:38:11 deraadt Exp $
2
3SUBDIR+= _setjmp alloca atexit db getaddrinfo longjmp malloc
4SUBDIR+= popen regex setjmp setjmp-signal sigreturn sigsetjmp
5SUBDIR+= sprintf time
2 6
3SUBDIR+= alloca
4SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen
5SUBDIR+= longjmp atexit sprintf time
6.if (${MACHINE_ARCH} != "vax") 7.if (${MACHINE_ARCH} != "vax")
7SUBDIR+= ieeefp 8SUBDIR+= ieeefp
8.endif 9.endif