25154f5f0c
Still planning to replace wgconfig(8) and wg-keygen(8) by one wg(8) tool compatible with wireguard-tools; update wg(4) for the minor changes from the 2018-06-30 spec to the 2020-06-01 spec; &c. This just clarifies the current state of affairs as it exists in the development tree for now. Mark the man page EXPERIMENTAL for extra clarity.
18 lines
493 B
Makefile
18 lines
493 B
Makefile
# $NetBSD: Makefile,v 1.36 2020/08/26 16:03:42 riastradh Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/net
|
|
|
|
TESTS_SUBDIRS= fdpass in_cksum net sys
|
|
.if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
|
|
TESTS_SUBDIRS+= arp bpf bpfilter can carp icmp if if_bridge if_gif
|
|
TESTS_SUBDIRS+= if_ipsec if_l2tp if_loop if_pppoe if_tap if_tun ipsec
|
|
TESTS_SUBDIRS+= mcast mpls ndp npf route if_vlan if_wg
|
|
.if (${MKSLJIT} != "no")
|
|
TESTS_SUBDIRS+= bpfjit
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.test.mk>
|