CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/10/05 10:53:35
Modified files: regress/sys/kern: Makefile regress/sys/kern/setuid: Makefile Log message: Link the setuid regress test to the build in a way that the obj directory gets created. But do not run the test during a global make regress, as the test puts a setuid binary into the object directory. Also remove the setuid bit after the test has been run manually. OK otto@