summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authorderaadt <>2004-02-11 23:38:11 +0000
committerderaadt <>2004-02-11 23:38:11 +0000
commit890ac6c07f8f31aa4c90f8eb9b5c2eab59c8c7e6 (patch)
tree8bbcbb1c9894083435f71f26ddf14b85f3625be3 /src/regress/lib
parent447c2c0075d296f837124007bb9f575bfe32144a (diff)
downloadopenbsd-890ac6c07f8f31aa4c90f8eb9b5c2eab59c8c7e6.tar.gz
openbsd-890ac6c07f8f31aa4c90f8eb9b5c2eab59c8c7e6.tar.bz2
openbsd-890ac6c07f8f31aa4c90f8eb9b5c2eab59c8c7e6.zip
include some missing ones
Diffstat (limited to 'src/regress/lib')
-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