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