From 6eb4a7301f8e855cd3be55e8ecf3b90befdefc93 Mon Sep 17 00:00:00 2001 From: bluhm Date: Mon, 3 Jul 2017 16:24:51 +0000 Subject: [PATCH] Link all lib regress tests to the build. --- regress/lib/Makefile | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/regress/lib/Makefile b/regress/lib/Makefile index 63d7ec35189..21331eeccae 100644 --- a/regress/lib/Makefile +++ b/regress/lib/Makefile @@ -1,7 +1,20 @@ -# $OpenBSD: Makefile,v 1.19 2016/03/01 16:22:11 schwarze Exp $ +# $OpenBSD: Makefile,v 1.20 2017/07/03 16:24:51 bluhm Exp $ -SUBDIR+= csu libc libcrypto libedit libevent libm libpthread \ - libskey libssl libtls libutil +SUBDIR+= csu +SUBDIR+= libc +SUBDIR+= libcrypto +SUBDIR+= libedit +SUBDIR+= libevent +SUBDIR+= libexpat +SUBDIR+= libfuse +SUBDIR+= libm +SUBDIR+= libpthread +SUBDIR+= libradius +SUBDIR+= libskey +SUBDIR+= libsndio +SUBDIR+= libssl +SUBDIR+= libtls +SUBDIR+= libutil install: -- 2.20.1