mirror of
https://github.com/rsmarples/dhcpcd.git
synced 2024-11-28 12:33:49 +08:00
10 lines
125 B
PHP
10 lines
125 B
PHP
|
# System definitions
|
||
|
|
||
|
BINMODE?= 0555
|
||
|
NONBINMODE?= 0444
|
||
|
MANMODE?= ${NONBINMODE}
|
||
|
CONFMODE?= 0644
|
||
|
|
||
|
INSTALL?= install
|
||
|
SED?= sed
|