diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-05-15 04:23:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-05-15 04:23:50 +0000 |
commit | 218491df8f24346a79dac3ef3f9d93554e0570d5 (patch) | |
tree | 44272f59872efd5dd0edb886ff5bdb72e3fdd522 /regress/lib/libc/Makefile | |
parent | 1e682631379497118377160f89cfaa774c4ed1ae (diff) |
first sprintf test: positional args
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 e8c5809eb6f..1861062bbed 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.10 2003/02/12 06:49:04 mickey Exp $ +# $OpenBSD: Makefile,v 1.11 2003/05/15 04:23:49 deraadt Exp $ SUBDIR+= alloca SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen -SUBDIR+= longjmp atexit +SUBDIR+= longjmp atexit sprintf .if (${MACHINE_ARCH} != "vax") SUBDIR+= ieeefp .endif |