summaryrefslogtreecommitdiff
path: root/regress/sys/uvm/wx_syscall/Makefile
blob: e1b51c3ccdaacbca1bc9cfa45195c167fb00da9d (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.1 2019/05/30 18:11:06 deraadt Exp $

# The regression test binary must be run on a wxallowed filesystem
# to verify correct behaviour (it should crash)
# Doing that isn't simple.  Place the binary temporarily in /usr/local
# if it has wxneeded?  Maybe make a vnd with a filesystem, and mount that?

LDFLAGS+=-z wxneeded
PROG=	wx_syscall

.include <bsd.regress.mk>