1# System definitions
2
3BINMODE?=	0555
4NONBINMODE?=	0444
5MANMODE?=	${NONBINMODE}
6CONFMODE?=	0644
7
8INSTALL?=	install
9SED?=		sed
10