diff options
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-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 c91456d826..0530008c49 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.50 2017/07/27 17:56:35 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.51 2017/10/15 12:15:30 visa Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp | 3 | SUBDIR+= _setjmp |
4 | SUBDIR+= alloca arc4random-fork atexit | 4 | SUBDIR+= alloca arc4random-fork atexit |
@@ -10,7 +10,7 @@ SUBDIR+= fmemopen fnmatch fpclassify | |||
10 | SUBDIR+= getaddrinfo getcap getopt_long glob | 10 | SUBDIR+= getaddrinfo getcap getopt_long glob |
11 | SUBDIR+= hsearch | 11 | SUBDIR+= hsearch |
12 | SUBDIR+= ieeefp ifnameindex | 12 | SUBDIR+= ieeefp ifnameindex |
13 | SUBDIR+= longjmp locale | 13 | SUBDIR+= ldexp longjmp locale |
14 | SUBDIR+= malloc mkstemp modf | 14 | SUBDIR+= malloc mkstemp modf |
15 | SUBDIR+= netdb | 15 | SUBDIR+= netdb |
16 | SUBDIR+= open_memstream orientation | 16 | SUBDIR+= open_memstream orientation |