mirror of
https://github.com/rsmarples/dhcpcd.git
synced 2024-11-24 18:44:10 +08:00
5fff28a154
Split compat libc functions out into subdir.
10 lines
125 B
Makefile
10 lines
125 B
Makefile
# System definitions
|
|
|
|
BINMODE?= 0555
|
|
NONBINMODE?= 0444
|
|
MANMODE?= ${NONBINMODE}
|
|
CONFMODE?= 0644
|
|
|
|
INSTALL?= install
|
|
SED?= sed
|