summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2020-12-17 14:16:10 +0000
committerbluhm <bluhm@openbsd.org>2020-12-17 14:16:10 +0000
commitb58fcecc609637d5fee768c6a943031873e90172 (patch)
treebd942d763c24d768d6f32407cbb7a1a40291a120
parentUse ${SUDO} or skip test if not root. (diff)
downloadwireguard-openbsd-b58fcecc609637d5fee768c6a943031873e90172.tar.xz
wireguard-openbsd-b58fcecc609637d5fee768c6a943031873e90172.zip
Link broadcast_bind, carp, in_pcbbind, sendsrcaddr regress to build.
-rw-r--r--regress/sys/netinet/Makefile12
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>