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)
12 lines
275 B
Makefile
12 lines
275 B
Makefile
BOOT = bootmisc checkroot checkfs clock hostname localmount rmnologin swap sysctl urandom
|
|
DEFAULT = local netmount
|
|
|
|
LEVELDIR = $(DESTDIR)/etc/runlevels
|
|
BOOTDIR = $(LEVELDIR)/boot
|
|
DEFAULTDIR = $(LEVELDIR)/default
|
|
|
|
TOPDIR = ..
|
|
include $(TOPDIR)/runlevels.mk
|
|
|
|
# vim: set ts=4 :
|