From: bluhm Date: Mon, 3 Jul 2017 16:24:51 +0000 (+0000) Subject: Link all lib regress tests to the build. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6eb4a7301f8e855cd3be55e8ecf3b90befdefc93;p=openbsd Link all lib regress tests to the build. --- 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: