diff options
author | millert <> | 2004-01-20 16:47:56 +0000 |
---|---|---|
committer | millert <> | 2004-01-20 16:47:56 +0000 |
commit | e794a18f3a5f5701d8afd76570112e83b4f8a336 (patch) | |
tree | 2480b83a995989d7c0651275130a0fa6c3bfae2c /src/regress/lib/libc/Makefile | |
parent | 3a9bdfad7b4583f085b2e8157df7796839aa8ae2 (diff) | |
download | openbsd-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/Makefile | 4 |
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 | ||
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 sprintf | 5 | SUBDIR+= longjmp atexit sprintf time |
6 | .if (${MACHINE_ARCH} != "vax") | 6 | .if (${MACHINE_ARCH} != "vax") |
7 | SUBDIR+= ieeefp | 7 | SUBDIR+= ieeefp |
8 | .endif | 8 | .endif |