Module Name: src
Committed By: christos
Date: Sun May 29 02:28:07 UTC 2016
Modified Files:
src/usr.sbin/npf/npftest: Makefile
Log Message:
npftest needs to disable mprotect because it uses bpfjit
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/npf/npftest/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/npf/npftest/Makefile
diff -u src/usr.sbin/npf/npftest/Makefile:1.8 src/usr.sbin/npf/npftest/Makefile:1.9
--- src/usr.sbin/npf/npftest/Makefile:1.8 Sun Apr 24 22:01:32 2016
+++ src/usr.sbin/npf/npftest/Makefile Sat May 28 22:28:07 2016
@@ -5,6 +5,7 @@
PROG= npftest
NOMAN= # no man page
+PAXCTL_FLAGS.npftest += +m
WARNS= 5
NOLINT= # disabled (note: deliberately)