diff options
author | 2016-03-01 16:22:11 +0000 | |
---|---|---|
committer | 2016-03-01 16:22:11 +0000 | |
commit | dbe27ab4092f0cce081b7a0e269f80062c401f77 (patch) | |
tree | 00459e2aa8150d95ce972f1799925e1813897e71 | |
parent | Support for running Linux binaries under emulation is going away. (diff) | |
download | wireguard-openbsd-dbe27ab4092f0cce081b7a0e269f80062c401f77.tar.xz wireguard-openbsd-dbe27ab4092f0cce081b7a0e269f80062c401f77.zip |
Enter libedit directory by default.
A few tests are enabled and work, so this starts being useful.
-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: |