summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-04-14 17:33:48 +0000
committertb <>2025-04-14 17:33:48 +0000
commitbbe13813d35952704a21f4df73a2a410232badc6 (patch)
treebe6ddaae27b6ee64955349f9a070ff6a73c596d4 /src
parentf0a36529837a161734c802ae4c42e84e42347be2 (diff)
downloadopenbsd-bbe13813d35952704a21f4df73a2a410232badc6.tar.gz
openbsd-bbe13813d35952704a21f4df73a2a410232badc6.tar.bz2
openbsd-bbe13813d35952704a21f4df73a2a410232badc6.zip
Link hash regress to build
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile
index 3cd970e49d..81d8779db0 100644
--- a/src/regress/lib/libc/Makefile
+++ b/src/regress/lib/libc/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.59 2024/07/14 09:48:48 jca Exp $ 1# $OpenBSD: Makefile,v 1.60 2025/04/14 17:33:48 tb Exp $
2 2
3SUBDIR+= _setjmp 3SUBDIR+= _setjmp
4SUBDIR+= alloca arc4random-fork atexit 4SUBDIR+= alloca arc4random-fork atexit
@@ -9,6 +9,7 @@ SUBDIR+= elf_aux_info
9SUBDIR+= env explicit_bzero 9SUBDIR+= env explicit_bzero
10SUBDIR+= ffs fmemopen fnmatch fpclassify fread 10SUBDIR+= ffs fmemopen fnmatch fpclassify fread
11SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob 11SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob
12SUBDIR+= hash
12SUBDIR+= hsearch 13SUBDIR+= hsearch
13SUBDIR+= ieeefp ifnameindex 14SUBDIR+= ieeefp ifnameindex
14SUBDIR+= ldexp locale longjmp 15SUBDIR+= ldexp locale longjmp