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 0530008c49..40288cf5f1 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.51 2017/10/15 12:15:30 visa Exp $ | 1 | # $OpenBSD: Makefile,v 1.52 2018/12/16 15:36:27 millert Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp | 3 | SUBDIR+= _setjmp |
4 | SUBDIR+= alloca arc4random-fork atexit | 4 | SUBDIR+= alloca arc4random-fork atexit |
@@ -6,7 +6,7 @@ SUBDIR+= basename | |||
6 | SUBDIR+= cephes cxa-atexit | 6 | SUBDIR+= cephes cxa-atexit |
7 | SUBDIR+= db dirname | 7 | SUBDIR+= db dirname |
8 | SUBDIR+= env explicit_bzero | 8 | SUBDIR+= env explicit_bzero |
9 | SUBDIR+= fmemopen fnmatch fpclassify | 9 | SUBDIR+= fmemopen fnmatch fpclassify fread |
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 |