diff options
author | 2020-12-17 14:16:10 +0000 | |
---|---|---|
committer | 2020-12-17 14:16:10 +0000 | |
commit | b58fcecc609637d5fee768c6a943031873e90172 (patch) | |
tree | bd942d763c24d768d6f32407cbb7a1a40291a120 | |
parent | Use ${SUDO} or skip test if not root. (diff) | |
download | wireguard-openbsd-b58fcecc609637d5fee768c6a943031873e90172.tar.xz wireguard-openbsd-b58fcecc609637d5fee768c6a943031873e90172.zip |
Link broadcast_bind, carp, in_pcbbind, sendsrcaddr regress to build.
-rw-r--r-- | regress/sys/netinet/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/regress/sys/netinet/Makefile b/regress/sys/netinet/Makefile index 634c4a1ef10..cff4e22daf3 100644 --- a/regress/sys/netinet/Makefile +++ b/regress/sys/netinet/Makefile @@ -1,5 +1,13 @@ -# $OpenBSD: Makefile,v 1.7 2019/09/02 22:23:11 bluhm Exp $ +# $OpenBSD: Makefile,v 1.8 2020/12/17 14:16:10 bluhm Exp $ -SUBDIR = arp autoport frag ipsec mcast pmtu recvmsg +SUBDIR += arp autoport +SUBDIR += broadcast_bind +SUBDIR += carp +SUBDIR += frag +SUBDIR += in_pcbbind ipsec +SUBDIR += mcast +SUBDIR += pmtu +SUBDIR += recvmsg +SUBDIR += sendsrcaddr .include <bsd.subdir.mk> |