diff options
Diffstat (limited to 'regress/lib/libc/Makefile')
-rw-r--r-- | regress/lib/libc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index d383b58371b..e8c5809eb6f 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.9 2002/08/30 07:58:08 dhartmei Exp $ +# $OpenBSD: Makefile,v 1.10 2003/02/12 06:49:04 mickey Exp $ +SUBDIR+= alloca SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen SUBDIR+= longjmp atexit .if (${MACHINE_ARCH} != "vax") |