Use existing CONFDIR instead of adding a new CONFIGDIR

Reported by:	jbeich
This commit is contained in:
Baptiste Daroussin 2015-10-11 19:25:39 +00:00
parent 88a1a27261
commit f98f68bd50
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289148
3 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -213,7 +213,6 @@ NLSGRP?= ${SHAREGRP}
NLSMODE?= ${NOBINMODE}
INCLUDEDIR?= /usr/include
CONFIGDIR?= /etc
#
# install(1) parameters.

View File

@ -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"