xref: /openbsd/regress/sys/kern/pledge/Makefile (revision d89ec533)
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