summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
Commit message (Collapse)AuthorAge
* privsep: Allow a blank string to force privsep users home directoryRoy Marples2020-05-05
| | | | So FreeBSD users can set it like other OS's if they so choose.
* privsep: Document any overridden chroot directory.Roy Marples2020-05-05
|
* privsep: Add --chroot configurableRoy Marples2020-04-30
| | | | | Overrides the directory to chroot to away from the privilege separation users home directory.
* linux: the default hostname is (none)Roy Marples2020-03-31
| | | | | It's blank for the BSD's. Respect this when relinquishing the hostname.
* build: define ${ECHO}Roy Marples2019-08-28
|
* Add a lint target.Roy Marples2017-06-13
|
* Fix man page paths.Roy Marples2017-03-21
|
* Clean up some definitions.Roy Marples2017-03-21
|
* Move dhcpcd-hooks outside of srcRoy Marples2017-03-16
|
* If CC is not defined, default it to ccRoy Marples2014-02-28
|
* Instead of linking directly to libudev, create a plugin system for /devRoy Marples2013-09-12
| | | | | management. This allows dhcpcd to work even if udev removed and adds the ability to change from udev to something else in the future.
* Replace the mk stubs with a autotools like configure script.Roy Marples2009-07-14
Split compat libc functions out into subdir.