summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2020-12-17 14:16:11 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2020-12-17 14:16:11 +0000
commit40cda55c1ddb9030746325789701a7e36503cc6b (patch)
tree938cc5f8d90abb6c51d642d93a4d87e414df75ac /regress
parent775afbdd9042e72537384224e064828af885150e (diff)
Link broadcast_bind, carp, in_pcbbind, sendsrcaddr regress to build.
Diffstat (limited to 'regress')
-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>