freebsd-dev/tools/regression/mlock/Makefile
Robert Watson b2345210d0 Add a simple regression test for mlock()/munlock() to make sure they
work on a single page as root, and fails on a single page as nobody.
Intended to help diagnose reports regarding insecure memory use with
gnupg.
2005-01-03 19:56:20 +00:00

7 lines
61 B
Makefile

# $FreeBSD$
PROG= mlock
NO_MAN= yes
.include <bsd.prog.mk>