summaryrefslogtreecommitdiffstats
path: root/dhcpcd/Makefile.inc
blob: 98c55d1253d6ae67f89c253525615e7dd192410f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# System definitions

PICFLAG?=	-fPIC

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

INSTALL?=	install
SED?=		sed