diff options
author | bluhm <> | 2019-11-19 20:01:57 +0000 |
---|---|---|
committer | bluhm <> | 2019-11-19 20:01:57 +0000 |
commit | 1f1014ae28eeeeef92b04907f91fda940406edad (patch) | |
tree | 5a96390fb5084d922e68f4e7f350fed7ac5199cd /src | |
parent | 9185f840eda265016178aeb0dcdba964f8f6f3e2 (diff) | |
download | openbsd-1f1014ae28eeeeef92b04907f91fda940406edad.tar.gz openbsd-1f1014ae28eeeeef92b04907f91fda940406edad.tar.bz2 openbsd-1f1014ae28eeeeef92b04907f91fda940406edad.zip |
Link system call tests to build.
Diffstat (limited to 'src')
-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 40288cf5f1..9ff25ef6d3 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.52 2018/12/16 15:36:27 millert Exp $ | 1 | # $OpenBSD: Makefile,v 1.53 2019/11/19 20:01:57 bluhm Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp | 3 | SUBDIR+= _setjmp |
4 | SUBDIR+= alloca arc4random-fork atexit | 4 | SUBDIR+= alloca arc4random-fork atexit |
@@ -19,6 +19,7 @@ SUBDIR+= qsort | |||
19 | SUBDIR+= regex | 19 | SUBDIR+= regex |
20 | SUBDIR+= setjmp setjmp-signal sigsetjmp sprintf stdio_threading | 20 | SUBDIR+= setjmp setjmp-signal sigsetjmp sprintf stdio_threading |
21 | SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum | 21 | SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum |
22 | SUBDIR+= sys | ||
22 | SUBDIR+= telldir time timingsafe | 23 | SUBDIR+= telldir time timingsafe |
23 | SUBDIR+= vis | 24 | SUBDIR+= vis |
24 | 25 | ||