7 lines
158 B
Makefile
7 lines
158 B
Makefile
|
DIR = /etc/conf.d
|
||
|
FILES_NOEXIST = bootmisc checkfs clock env_whitelist hostname \
|
||
|
local.start local.stop net rc
|
||
|
|
||
|
TOPDIR = ..
|
||
|
include $(TOPDIR)/default.mk
|