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
commit1f1014ae28eeeeef92b04907f91fda940406edad (patch)
tree5a96390fb5084d922e68f4e7f350fed7ac5199cd /src
parent9185f840eda265016178aeb0dcdba964f8f6f3e2 (diff)
downloadopenbsd-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/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