From 890ac6c07f8f31aa4c90f8eb9b5c2eab59c8c7e6 Mon Sep 17 00:00:00 2001
From: deraadt <>
Date: Wed, 11 Feb 2004 23:38:11 +0000
Subject: include some missing ones

---
 src/regress/lib/libc/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

(limited to 'src')

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 @@
-#	$OpenBSD: Makefile,v 1.12 2004/01/20 16:47:55 millert Exp $
+#	$OpenBSD: Makefile,v 1.13 2004/02/11 23:38:11 deraadt Exp $
+
+SUBDIR+= _setjmp alloca atexit db getaddrinfo longjmp malloc
+SUBDIR+= popen regex setjmp setjmp-signal sigreturn sigsetjmp
+SUBDIR+= sprintf time
 
-SUBDIR+= alloca
-SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen
-SUBDIR+= longjmp atexit sprintf time
 .if (${MACHINE_ARCH} != "vax")
 SUBDIR+= ieeefp
 .endif
-- 
cgit v1.2.3-55-g6feb