Use existing CONFDIR instead of adding a new CONFIGDIR
Reported by: jbeich
This commit is contained in:
parent
b58f9ba5eb
commit
c1601c9acc
@ -17,7 +17,7 @@ SRCS= aliases_parse.y \
|
||||
util.c
|
||||
MAN8= dma.8
|
||||
CONFS= dma.conf
|
||||
CONFSDIR= ${CONFIGDIR}/dma
|
||||
CONFSDIR= ${CONFDIR}/dma
|
||||
YFLAGS+= -i
|
||||
CLEANFILES= aliases_parse.i
|
||||
FILES= mailer.conf
|
||||
|
@ -213,7 +213,6 @@ NLSGRP?= ${SHAREGRP}
|
||||
NLSMODE?= ${NOBINMODE}
|
||||
|
||||
INCLUDEDIR?= /usr/include
|
||||
CONFIGDIR?= /etc
|
||||
|
||||
#
|
||||
# install(1) parameters.
|
||||
|
@ -22,7 +22,7 @@ PPP_NO_RADIUS=
|
||||
PPP_NO_SUID=
|
||||
.endif
|
||||
CONFS= ppp.conf
|
||||
CONFSDIR= ${CONFIGDIR}/ppp
|
||||
CONFSDIR= ${CONFDIR}/ppp
|
||||
CONFSMODE= 600
|
||||
|
||||
.if ${MK_ATM} == "no"
|
||||
|
Loading…
Reference in New Issue
Block a user