diff options
author | Roy Marples <roy@marples.name> | 2008-01-10 16:35:59 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-10 16:35:59 +0000 |
commit | 43147845209873b0776bd75d363913fe25611f49 (patch) | |
tree | ab3295c30664476d8d05b0fe5fe9ace702ade5ea /conf.d.Linux | |
parent | 2643f2e605f102d2c2fa098d0cf5400d3795ed4a (diff) |
Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keeping BSD for all BSD's.
Diffstat (limited to 'conf.d.Linux')
-rw-r--r-- | conf.d.Linux/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf.d.Linux/Makefile b/conf.d.Linux/Makefile index 169a7e4f..b8a5bf79 100644 --- a/conf.d.Linux/Makefile +++ b/conf.d.Linux/Makefile @@ -1,6 +1,6 @@ -DIR = /etc/conf.d -CONF = consolefont keymaps modules -CONF_APPEND = clock +DIR= /etc/conf.d +CONF= consolefont keymaps modules +CONF_APPEND= clock -TOPDIR = .. -include $(TOPDIR)/default.mk +MK= ../mk +include ${MK}/scripts.mk |