diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-07-03 16:24:52 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-07-03 16:24:52 +0000 |
commit | 90fc364917c33e98c9ebee44e86dfc9385ccd749 (patch) | |
tree | 3b67cd7a2c1dae42cff62e6eedeef36a0c646c81 /regress/lib | |
parent | 4220dbfe0d9783db08bc7452d2fd15c066416e35 (diff) |
Link all lib regress tests to the build.
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/Makefile | 19 |
1 files 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: |