xref: /openbsd/regress/sys/netinet/Makefile (revision d415bd75)
1#	$OpenBSD: Makefile,v 1.8 2020/12/17 14:16:10 bluhm Exp $
2
3SUBDIR +=	arp autoport
4SUBDIR +=	broadcast_bind
5SUBDIR +=	carp
6SUBDIR +=	frag
7SUBDIR +=	in_pcbbind ipsec
8SUBDIR +=	mcast
9SUBDIR +=	pmtu
10SUBDIR +=	recvmsg
11SUBDIR +=	sendsrcaddr
12
13.include <bsd.subdir.mk>
14