diff options
author | deraadt <> | 2003-05-15 04:23:49 +0000 |
---|---|---|
committer | deraadt <> | 2003-05-15 04:23:49 +0000 |
commit | 562310c81469da0af76dfaa59981692b0f3710f3 (patch) | |
tree | 42e6a93dd0e42908c79e503ab9817ac8af8ccb9f /src/regress/lib/libc/Makefile | |
parent | 8bd3e3e13a059c46d97b80e07aaca1098423dfbf (diff) | |
download | openbsd-562310c81469da0af76dfaa59981692b0f3710f3.tar.gz openbsd-562310c81469da0af76dfaa59981692b0f3710f3.tar.bz2 openbsd-562310c81469da0af76dfaa59981692b0f3710f3.zip |
first sprintf test: positional args
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r-- | src/regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index e8c5809eb6..1861062bbe 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,8 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.10 2003/02/12 06:49:04 mickey Exp $ | 1 | # $OpenBSD: Makefile,v 1.11 2003/05/15 04:23:49 deraadt Exp $ |
2 | 2 | ||
3 | SUBDIR+= alloca | 3 | SUBDIR+= alloca |
4 | SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen | 4 | SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen |
5 | SUBDIR+= longjmp atexit | 5 | SUBDIR+= longjmp atexit sprintf |
6 | .if (${MACHINE_ARCH} != "vax") | 6 | .if (${MACHINE_ARCH} != "vax") |
7 | SUBDIR+= ieeefp | 7 | SUBDIR+= ieeefp |
8 | .endif | 8 | .endif |