f0ac9b6ee7
- Adaptation to skalibs-2.11.0.0. - minidentd removed. - Full client certificate support. - Full SNI support, including server-side. - s6-ucspitls[cd] -v2 now logs whether TLS is activated or not. Complete client certificate and SNI support now make the TLS part of s6-networking a fully viable replacement of stunnel and other similar TLS tunneling tools.
15 lines
512 B
Makefile
15 lines
512 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2021/09/29 09:56:36 schmonz Exp $
|
|
|
|
BUILDLINK_TREE+= s6-networking
|
|
|
|
.if !defined(S6_NETWORKING_BUILDLINK3_MK)
|
|
S6_NETWORKING_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.s6-networking+= s6-networking>=2.5.0.0
|
|
BUILDLINK_PKGSRCDIR.s6-networking?= ../../net/s6-networking
|
|
BUILDLINK_INCDIRS.s6-networking+= include/s6-networking
|
|
BUILDLINK_LIBDIRS.s6-networking+= lib/s6-networking
|
|
BUILDLINK_DEPMETHOD.s6-networking?= build
|
|
.endif # S6_NETWORKING_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -s6-networking
|