diff options
author | tb <> | 2025-04-14 17:33:48 +0000 |
---|---|---|
committer | tb <> | 2025-04-14 17:33:48 +0000 |
commit | decd7327e16dd50a92021e1ffd8188ffd4508d08 (patch) | |
tree | be6ddaae27b6ee64955349f9a070ff6a73c596d4 /src/regress/lib/libc | |
parent | 247f0352e0ed72a4f476db9dc91f4d982bc83eb2 (diff) | |
download | openbsd-decd7327e16dd50a92021e1ffd8188ffd4508d08.tar.gz openbsd-decd7327e16dd50a92021e1ffd8188ffd4508d08.tar.bz2 openbsd-decd7327e16dd50a92021e1ffd8188ffd4508d08.zip |
Link hash regress to build
Diffstat (limited to 'src/regress/lib/libc')
-rw-r--r-- | src/regress/lib/libc/Makefile | 3 |
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 | ||
3 | SUBDIR+= _setjmp | 3 | SUBDIR+= _setjmp |
4 | SUBDIR+= alloca arc4random-fork atexit | 4 | SUBDIR+= alloca arc4random-fork atexit |
@@ -9,6 +9,7 @@ SUBDIR+= elf_aux_info | |||
9 | SUBDIR+= env explicit_bzero | 9 | SUBDIR+= env explicit_bzero |
10 | SUBDIR+= ffs fmemopen fnmatch fpclassify fread | 10 | SUBDIR+= ffs fmemopen fnmatch fpclassify fread |
11 | SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob | 11 | SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob |
12 | SUBDIR+= hash | ||
12 | SUBDIR+= hsearch | 13 | SUBDIR+= hsearch |
13 | SUBDIR+= ieeefp ifnameindex | 14 | SUBDIR+= ieeefp ifnameindex |
14 | SUBDIR+= ldexp locale longjmp | 15 | SUBDIR+= ldexp locale longjmp |