diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2016-09-04 18:13:18 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2016-09-04 18:13:18 +0000 |
commit | 2bc75ef9c3f16d12a9b2d8d2e0280c450916a973 (patch) | |
tree | 1c1c5b1e07bfbc19831e47ffb1ba3e9ba4b7cd14 /regress | |
parent | 64d1a73884c217de4e5c7107197784f586e4a261 (diff) |
Link isakmpd regress to the build.
OK mpi@
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/Makefile b/regress/sbin/Makefile index 5a3aa58e338..a3aa172ab8f 100644 --- a/regress/sbin/Makefile +++ b/regress/sbin/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.8 2014/07/03 21:12:24 miod Exp $ +# $OpenBSD: Makefile,v 1.9 2016/09/04 18:13:17 bluhm Exp $ -SUBDIR+= route +SUBDIR+= isakmpd route .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) SUBDIR+= ipsecctl pfctl |