diff options
Diffstat (limited to 'regress/lib/libc/Makefile')
-rw-r--r-- | regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index 86c2e4b59a0..935ca659d75 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.13 2004/02/11 23:38:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.14 2004/04/30 17:15:12 espie Exp $ SUBDIR+= _setjmp alloca atexit db getaddrinfo longjmp malloc SUBDIR+= popen regex setjmp setjmp-signal sigreturn sigsetjmp -SUBDIR+= sprintf time +SUBDIR+= sprintf strerror time .if (${MACHINE_ARCH} != "vax") SUBDIR+= ieeefp |