blob: cff4e22daf38558ef50cfc48c4fd0d0481acdf14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.8 2020/12/17 14:16:10 bluhm Exp $
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>
|