diff options
Diffstat (limited to 'conf.d.Linux/Makefile')
-rw-r--r-- | conf.d.Linux/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf.d.Linux/Makefile b/conf.d.Linux/Makefile new file mode 100644 index 00000000..6a87562d --- /dev/null +++ b/conf.d.Linux/Makefile @@ -0,0 +1,7 @@ +DIR = /etc/conf.d +FILES = net.example wireless.example +FILES_APPEND = clock rc +FILES_NOEXIST = consolefont keymaps volumes + +TOPDIR = .. +include $(TOPDIR)/default.mk |