aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.inc
blob: fd7ead443afa94235ae153912bdf1f6c50442e4b (plain)
1
2
3
4
5
6
7
8
9
# System definitions

BINMODE?=	0555
NONBINMODE?=	0444
MANMODE?=	${NONBINMODE}
CONFMODE?=	0644

INSTALL?=	install
SED?=		sed