summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
diff options
context:
space:
mode:
authorderaadt <>2003-05-15 04:23:49 +0000
committerderaadt <>2003-05-15 04:23:49 +0000
commit562310c81469da0af76dfaa59981692b0f3710f3 (patch)
tree42e6a93dd0e42908c79e503ab9817ac8af8ccb9f /src/regress/lib/libc/Makefile
parent8bd3e3e13a059c46d97b80e07aaca1098423dfbf (diff)
downloadopenbsd-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/Makefile4
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
3SUBDIR+= alloca 3SUBDIR+= alloca
4SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen 4SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen
5SUBDIR+= longjmp atexit 5SUBDIR+= longjmp atexit sprintf
6.if (${MACHINE_ARCH} != "vax") 6.if (${MACHINE_ARCH} != "vax")
7SUBDIR+= ieeefp 7SUBDIR+= ieeefp
8.endif 8.endif