mirror of
https://github.com/rsmarples/dhcpcd.git
synced 2024-11-27 20:14:15 +08:00
413652c1b3
management. This allows dhcpcd to work even if udev removed and adds the ability to change from udev to something else in the future.
12 lines
142 B
Makefile
12 lines
142 B
Makefile
# System definitions
|
|
|
|
PICFLAG?= -fPIC
|
|
|
|
BINMODE?= 0555
|
|
NONBINMODE?= 0444
|
|
MANMODE?= ${NONBINMODE}
|
|
CONFMODE?= 0644
|
|
|
|
INSTALL?= install
|
|
SED?= sed
|