add SBINDIR variable to sys.mk
BINDIR was pointing to PREFIX/sbin which was confusing and inconsistent with src/rc/Makefile. Add SBINDIR and redefine BINDIR appropriately. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
This commit is contained in:
parent
549cbadd2c
commit
9eb0674512
@ -29,9 +29,12 @@ CONFDIR?= ${SYSCONFDIR}/conf.d
|
||||
LOCALDIR?= ${SYSCONFDIR}/local.d
|
||||
SYSCTLDIR?= ${SYSCONFDIR}/sysctl.d
|
||||
|
||||
BINDIR?= ${PREFIX}/sbin
|
||||
BINDIR?= ${PREFIX}/bin
|
||||
BINMODE?= 0755
|
||||
|
||||
SBINDIR?= ${PREFIX}/sbin
|
||||
SBINMODE?= 0755
|
||||
|
||||
INCDIR?= ${UPREFIX}/include
|
||||
INCMODE?= 0444
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user