blob: d73430b9a95d3d6b64ec26ba8bc16856e28287ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $OpenBSD: Makefile,v 1.10 2025/01/06 00:05:04 bluhm Exp $
SUBDIR += arp autoport
SUBDIR += bindconnect broadcast_bind
SUBDIR += carp
SUBDIR += frag
SUBDIR += in_pcbbind ipsec
SUBDIR += mcast
SUBDIR += pmtu
SUBDIR += recvmsg
SUBDIR += sendsrcaddr
SUBDIR += tcpthread
.include <bsd.subdir.mk>
|