diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-11-19 20:01:58 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-11-19 20:01:58 +0000 |
commit | 279eb79b57f7eee3eb196935cc75ce4df395adf7 (patch) | |
tree | 9a580fef5b8bef9951b949ab8c6ee1b085f078a3 /regress/lib/libc | |
parent | b3a86ba55c36a9ff97441e886f66032da80b816d (diff) |
Link system call tests to build.
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index 40288cf5f13..9ff25ef6d30 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.52 2018/12/16 15:36:27 millert Exp $ +# $OpenBSD: Makefile,v 1.53 2019/11/19 20:01:57 bluhm Exp $ SUBDIR+= _setjmp SUBDIR+= alloca arc4random-fork atexit @@ -19,6 +19,7 @@ SUBDIR+= qsort SUBDIR+= regex SUBDIR+= setjmp setjmp-signal sigsetjmp sprintf stdio_threading SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum +SUBDIR+= sys SUBDIR+= telldir time timingsafe SUBDIR+= vis |