diff options
author | tb <> | 2025-08-04 06:10:40 +0000 |
---|---|---|
committer | tb <> | 2025-08-04 06:10:40 +0000 |
commit | 9c2d928d0e135116a2626ae46eacea09ad785822 (patch) | |
tree | 17c86d499eeaa4396948848c2460dd7e4c970053 /src | |
parent | cc34b672c114e027e8e6bdb0c901bb4b2607ff3f (diff) | |
download | openbsd-9c2d928d0e135116a2626ae46eacea09ad785822.tar.gz openbsd-9c2d928d0e135116a2626ae46eacea09ad785822.tar.bz2 openbsd-9c2d928d0e135116a2626ae46eacea09ad785822.zip |
link illumos oclo test to the tree
Diffstat (limited to 'src')
-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 59d043c62f..7a8db225ef 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.61 2025/05/25 00:19:00 yasuoka Exp $ | 1 | # $OpenBSD: Makefile,v 1.62 2025/08/04 06:10:40 tb Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp | 3 | SUBDIR+= _setjmp |
4 | SUBDIR+= alloca arc4random-fork atexit | 4 | SUBDIR+= alloca arc4random-fork atexit |
@@ -11,7 +11,7 @@ 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+= hash |
13 | SUBDIR+= hsearch | 13 | SUBDIR+= hsearch |
14 | SUBDIR+= ieeefp ifnameindex | 14 | SUBDIR+= ieeefp ifnameindex illumos |
15 | SUBDIR+= ldexp locale longjmp | 15 | SUBDIR+= ldexp locale longjmp |
16 | SUBDIR+= malloc mkstemp modf | 16 | SUBDIR+= malloc mkstemp modf |
17 | SUBDIR+= netdb | 17 | SUBDIR+= netdb |