xref: /openbsd-src/regress/sys/kern/pledge/Makefile (revision f3cb04b55e497d38c183e4bda13952aef530f23d)
1#	$OpenBSD: Makefile,v 1.9 2018/04/10 23:04:35 bluhm Exp $
2
3SUBDIR +=	sigabrt
4SUBDIR +=	generic
5SUBDIR +=	ioctl
6SUBDIR +=	sendrecvfd
7SUBDIR +=	sockopt
8SUBDIR +=	execpromise
9SUBDIR +=	filedescriptor
10
11.include <bsd.subdir.mk>
12