diff options
| author | millert <> | 2010-08-23 22:34:37 +0000 |
|---|---|---|
| committer | millert <> | 2010-08-23 22:34:37 +0000 |
| commit | f0061574c419ec3bf23ea4d80cdc326b5f69057d (patch) | |
| tree | c3ad715a45ff6f35f307ac8b1cf82617f625813a /src/regress/lib/libc/Makefile | |
| parent | 7242e103c3ca65b3f003c382301a3d65fe40846e (diff) | |
| download | openbsd-f0061574c419ec3bf23ea4d80cdc326b5f69057d.tar.gz openbsd-f0061574c419ec3bf23ea4d80cdc326b5f69057d.tar.bz2 openbsd-f0061574c419ec3bf23ea4d80cdc326b5f69057d.zip | |
Add setenv/putenv regress
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 ddbb9505fe..d05c583efc 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.31 2010/02/11 07:35:38 guenther Exp $ | 1 | # $OpenBSD: Makefile,v 1.32 2010/08/23 22:34:37 millert Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fnmatch | 3 | SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fnmatch |
| 4 | SUBDIR+= fpclassify getaddrinfo getcap getopt_long glob hsearch longjmp | 4 | SUBDIR+= fpclassify getaddrinfo getcap getopt_long glob hsearch longjmp |
| 5 | SUBDIR+= locale malloc netdb popen printf regex setjmp setjmp-signal | 5 | SUBDIR+= locale malloc netdb popen printf regex setjmp setjmp-signal |
| 6 | SUBDIR+= sigreturn sigsetjmp sprintf strerror strtod strtonum telldir time vis | 6 | SUBDIR+= sigreturn sigsetjmp sprintf strerror strtod strtonum telldir time vis |
| 7 | SUBDIR+= orientation stdio_threading mkstemp | 7 | SUBDIR+= orientation stdio_threading mkstemp env |
| 8 | 8 | ||
| 9 | .if (${MACHINE_ARCH} != "vax") | 9 | .if (${MACHINE_ARCH} != "vax") |
| 10 | SUBDIR+= ieeefp | 10 | SUBDIR+= ieeefp |
