blob: 736849db07720076a635e598173181474ba67f09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.9 2018/04/10 23:04:35 bluhm Exp $
SUBDIR += sigabrt
SUBDIR += generic
SUBDIR += ioctl
SUBDIR += sendrecvfd
SUBDIR += sockopt
SUBDIR += execpromise
SUBDIR += filedescriptor
.include <bsd.subdir.mk>
|