diff options
author | claudio <> | 2015-10-23 12:59:12 +0000 |
---|---|---|
committer | claudio <> | 2015-10-23 12:59:12 +0000 |
commit | c82806a7e5b196fb801dc058799301df205737c7 (patch) | |
tree | 89d45c4c21bd9425dc1615fb46abcca8134901d7 | |
parent | 6580f6783a9655765a4be97bb67b510e7f4d587b (diff) | |
download | openbsd-c82806a7e5b196fb801dc058799301df205737c7.tar.gz openbsd-c82806a7e5b196fb801dc058799301df205737c7.tar.bz2 openbsd-c82806a7e5b196fb801dc058799301df205737c7.zip |
Add ifnameindex to te libc regress tests
-rw-r--r-- | src/regress/lib/libc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 0c81c5cea5..10f12b4f16 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,10 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.46 2014/12/02 20:23:05 millert Exp $ | 1 | # $OpenBSD: Makefile,v 1.47 2015/10/23 12:59:12 claudio Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca arc4random-fork | 3 | SUBDIR+= _setjmp alloca arc4random-fork |
4 | SUBDIR+= atexit basename cephes cxa-atexit db dirname env | 4 | SUBDIR+= atexit basename cephes cxa-atexit db dirname env |
5 | SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob | 5 | SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob |
6 | SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream | 6 | SUBDIR+= hsearch ifnameindex longjmp locale malloc mkstemp modf netdb |
7 | SUBDIR+= orientation popen printf | 7 | SUBDIR+= open_memstream orientation popen printf |
8 | SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf stdio_threading | 8 | SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf stdio_threading |
9 | SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum | 9 | SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum |
10 | SUBDIR+= telldir time timingsafe vis | 10 | SUBDIR+= telldir time timingsafe vis |