summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
diff options
context:
space:
mode:
authormillert <>2004-01-20 16:47:56 +0000
committermillert <>2004-01-20 16:47:56 +0000
commite794a18f3a5f5701d8afd76570112e83b4f8a336 (patch)
tree2480b83a995989d7c0651275130a0fa6c3bfae2c /src/regress/lib/libc/Makefile
parent3a9bdfad7b4583f085b2e8157df7796839aa8ae2 (diff)
downloadopenbsd-e794a18f3a5f5701d8afd76570112e83b4f8a336.tar.gz
openbsd-e794a18f3a5f5701d8afd76570112e83b4f8a336.tar.bz2
openbsd-e794a18f3a5f5701d8afd76570112e83b4f8a336.zip
Add strptime regress from NetBSD; OK miod@ after un-peeing.
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 1861062bbe..1b655bcbed 100644
--- a/src/regress/lib/libc/Makefile
+++ b/src/regress/lib/libc/Makefile
@@ -1,8 +1,8 @@
1# $OpenBSD: Makefile,v 1.11 2003/05/15 04:23:49 deraadt Exp $ 1# $OpenBSD: Makefile,v 1.12 2004/01/20 16:47:55 millert 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 sprintf 5SUBDIR+= longjmp atexit sprintf time
6.if (${MACHINE_ARCH} != "vax") 6.if (${MACHINE_ARCH} != "vax")
7SUBDIR+= ieeefp 7SUBDIR+= ieeefp
8.endif 8.endif