summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclaudio <>2015-10-23 12:59:12 +0000
committerclaudio <>2015-10-23 12:59:12 +0000
commit0fd5227c21b7cfc0efe665e836f6c917f30ef7a4 (patch)
tree89d45c4c21bd9425dc1615fb46abcca8134901d7
parent8869dc1084b51ff195253b4868bfa4abb688ba9f (diff)
downloadopenbsd-0fd5227c21b7cfc0efe665e836f6c917f30ef7a4.tar.gz
openbsd-0fd5227c21b7cfc0efe665e836f6c917f30ef7a4.tar.bz2
openbsd-0fd5227c21b7cfc0efe665e836f6c917f30ef7a4.zip
Add ifnameindex to te libc regress tests
-rw-r--r--src/regress/lib/libc/Makefile6
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
3SUBDIR+= _setjmp alloca arc4random-fork 3SUBDIR+= _setjmp alloca arc4random-fork
4SUBDIR+= atexit basename cephes cxa-atexit db dirname env 4SUBDIR+= atexit basename cephes cxa-atexit db dirname env
5SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob 5SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob
6SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream 6SUBDIR+= hsearch ifnameindex longjmp locale malloc mkstemp modf netdb
7SUBDIR+= orientation popen printf 7SUBDIR+= open_memstream orientation popen printf
8SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf stdio_threading 8SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf stdio_threading
9SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum 9SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum
10SUBDIR+= telldir time timingsafe vis 10SUBDIR+= telldir time timingsafe vis