diff options
author | 2020-01-16 11:41:14 +0000 | |
---|---|---|
committer | 2020-01-16 11:41:14 +0000 | |
commit | 70e790579e67782c7d4012d92f0fb47642fcd6ab (patch) | |
tree | 8a7edc727b3862b2a371a20a36a424450430e8e5 | |
parent | Free data structures after closing the pseudo-device with vdevgone(9). (diff) | |
download | wireguard-openbsd-70e790579e67782c7d4012d92f0fb47642fcd6ab.tar.xz wireguard-openbsd-70e790579e67782c7d4012d92f0fb47642fcd6ab.zip |
Link iked live test to build. To operate it needs two remote
machines specified in the environment. Otherwise it is skipped.
-rw-r--r-- | regress/sbin/iked/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/iked/Makefile b/regress/sbin/iked/Makefile index ce3fe3d84ac..2a73c9dffe7 100644 --- a/regress/sbin/iked/Makefile +++ b/regress/sbin/iked/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.2 2017/05/29 20:57:21 markus Exp $ +# $OpenBSD: Makefile,v 1.3 2020/01/16 11:41:14 bluhm Exp $ -SUBDIR= test_helper dh parser +SUBDIR= test_helper dh parser live .include <bsd.subdir.mk> |