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 /etc.Linux/Makefile | |
parent | 7aa231de2e784b00267cb618b728cf0f754c9573 (diff) |
Add tunable SYSCONFDIR
Diffstat (limited to 'etc.Linux/Makefile')
-rw-r--r-- | etc.Linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc.Linux/Makefile b/etc.Linux/Makefile index 77a782ab..51f1f42d 100644 --- a/etc.Linux/Makefile +++ b/etc.Linux/Makefile @@ -1,4 +1,4 @@ -DIR= /etc +DIR= ${SYSCONFDIR} CONF_APPEND= rc.conf MK= ../mk |