summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbluhm <>2019-11-19 20:01:57 +0000
committerbluhm <>2019-11-19 20:01:57 +0000
commit29d7950d728d386446afd251384940a5c829bd70 (patch)
tree5a96390fb5084d922e68f4e7f350fed7ac5199cd /src
parentab72e3a6f7e8d5c71bbba034410468781d5923b6 (diff)
downloadopenbsd-29d7950d728d386446afd251384940a5c829bd70.tar.gz
openbsd-29d7950d728d386446afd251384940a5c829bd70.tar.bz2
openbsd-29d7950d728d386446afd251384940a5c829bd70.zip
Link system call tests to build.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/Makefile3
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
3SUBDIR+= _setjmp 3SUBDIR+= _setjmp
4SUBDIR+= alloca arc4random-fork atexit 4SUBDIR+= alloca arc4random-fork atexit
@@ -19,6 +19,7 @@ SUBDIR+= qsort
19SUBDIR+= regex 19SUBDIR+= regex
20SUBDIR+= setjmp setjmp-signal sigsetjmp sprintf stdio_threading 20SUBDIR+= setjmp setjmp-signal sigsetjmp sprintf stdio_threading
21SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum 21SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum
22SUBDIR+= sys
22SUBDIR+= telldir time timingsafe 23SUBDIR+= telldir time timingsafe
23SUBDIR+= vis 24SUBDIR+= vis
24 25