d81def80b0
Lowercase all configurable variables, non configurations remain uppercase. Replace rc_env_bool with rc_yesno. Split localmount info procfs (Linux) and dumpon, savecore (BSD)
8 lines
136 B
Makefile
8 lines
136 B
Makefile
BOOT = dumpon net.lo0 savecore syscons
|
|
DEFAULT = local.rc powerd syslogd
|
|
|
|
TOPDIR = ..
|
|
include $(TOPDIR)/runlevels.mk
|
|
|
|
# vim: set ts=4 :
|