aboutsummaryrefslogtreecommitdiff
path: root/init.d.misc/Makefile
AgeCommit message (Collapse)Author
2011-10-20further clean up OS differences in makefilesMike Frysinger
No need for if() logic. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-10-18consolodate MakefilesWilliam Hubbs
The tree contained many operating system specific Makefiles which were being included in other Makefiles. This commit removes those and adds the code to the makefiles which included them using make's conditional processing. X-Gentoo-Bug: 387441 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=387441
2009-03-05Add scripts for dhcpcd and wpa_supplicant.Roy Marples
2008-04-28Fix multi platform a little.Roy Marples
2008-03-05Add tunable SYSCONFDIRRoy Marples
2008-03-03Fix ignore files some more.Roy Marples
2008-03-03Use exlicit make targets, not directory contents.Roy Marples
2008-01-11Fix some syslogd pidfile and installing support scripts.Roy Marples
2008-01-11Allow OS to define default package locations.Roy Marples
2007-11-23Move /etc/conf.d/rc to /etc/rc.conf.Roy Marples
Lowercase all configurable variables, non configurations remain uppercase. Replace rc_env_bool with rc_yesno. Split localmount info procfs (Linux) and dumpon, savecore (BSD)