diff options
author | Roy Marples <roy@marples.name> | 2008-03-05 12:27:11 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-05 12:27:11 +0000 |
commit | a689b66023ad7b3da179b02c9e473cbc49f295e6 (patch) | |
tree | c1e6baad98bdfde3c36f1105b8fe6f15534b30c4 /init.d.Linux | |
parent | 7aa231de2e784b00267cb618b728cf0f754c9573 (diff) |
Add tunable SYSCONFDIR
Diffstat (limited to 'init.d.Linux')
-rw-r--r-- | init.d.Linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.Linux/Makefile b/init.d.Linux/Makefile index b4aaae5d..8a8ba0dd 100644 --- a/init.d.Linux/Makefile +++ b/init.d.Linux/Makefile @@ -1,4 +1,4 @@ -DIR= /etc/init.d +DIR= ${INITDIR} SRCS= clock.in consolefont.in keymaps.in modules.in mtab.in numlock.in \ procfs.in sysctl.in BIN=${OBJS} |