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)
7 lines
134 B
Makefile
7 lines
134 B
Makefile
DIR = /etc/conf.d
|
|
CONF = consolefont keymaps net.example
|
|
CONF_APPEND = clock
|
|
|
|
TOPDIR = ..
|
|
include $(TOPDIR)/default.mk
|