8 lines
122 B
Makefile
8 lines
122 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/08/11 10:58:02 christos Exp $
|
|
|
|
WARNS?=4
|
|
PROG= paxctl
|
|
MAN= paxctl.8
|
|
|
|
.include <bsd.prog.mk>
|