Makefile revision 1.3 1 # $NetBSD: Makefile,v 1.3 2007/02/08 02:59:51 elad Exp $
2
3 PROG= paxctl
4 MAN= paxctl.8
5
6 # This program is set 0550 because, as security(8) states, it has the potential
7 # to deplete kernel memory, under certain conditions.
8 BINMODE=0550
9
10 .include <bsd.prog.mk>
11