Add tunable SYSCONFDIR

This commit is contained in:
Roy Marples
2008-03-05 12:27:11 +00:00
parent 7aa231de2e
commit a689b66023
34 changed files with 65 additions and 64 deletions

View File

@@ -15,6 +15,10 @@ PKG_PREFIX= /usr/local
PICFLAG?= -fPIC
SYSCONFDIR?= /etc
INITDIR?= ${SYSCONFDIR}/init.d
CONFDIR?= ${SYSCONFDIR}/conf.d
BINDIR?= ${PREFIX}/sbin
BINMODE?= 0755