dhcpcd/Makefile.inc
Roy Marples 5fff28a154 Replace the mk stubs with a autotools like configure script.
Split compat libc functions out into subdir.
2009-07-14 13:59:30 +00:00

10 lines
125 B
Makefile

# System definitions
BINMODE?= 0555
NONBINMODE?= 0444
MANMODE?= ${NONBINMODE}
CONFMODE?= 0644
INSTALL?= install
SED?= sed