diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-03-01 16:22:12 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-03-01 16:22:12 +0000 |
commit | 5cda9fc7c70a72ba4557fd403e4ee0dadc7af613 (patch) | |
tree | 8837efa9ef7a00972fe047a027efc418d3270066 /regress | |
parent | 589952763e2ed86d79e9d55c28aa6a44e029ea0e (diff) |
Enter libedit directory by default.
A few tests are enabled and work, so this starts being useful.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/lib/Makefile b/regress/lib/Makefile index 2df295114e4..63d7ec35189 100644 --- a/regress/lib/Makefile +++ b/regress/lib/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.18 2014/10/31 14:10:55 jsing Exp $ +# $OpenBSD: Makefile,v 1.19 2016/03/01 16:22:11 schwarze Exp $ -SUBDIR+= csu libc libcrypto libevent libm libpthread libskey libssl libtls \ - libutil +SUBDIR+= csu libc libcrypto libedit libevent libm libpthread \ + libskey libssl libtls libutil install: |