diff options
Diffstat (limited to 'conf.d/Makefile')
-rw-r--r-- | conf.d/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile new file mode 100644 index 00000000..5f9f1411 --- /dev/null +++ b/conf.d/Makefile @@ -0,0 +1,6 @@ +DIR = /etc/conf.d +FILES_NOEXIST = bootmisc checkfs clock env_whitelist hostname \ + local.start local.stop net rc + +TOPDIR = .. +include $(TOPDIR)/default.mk |