summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-10-10 10:48:09 +0000
committerbapt <bapt@FreeBSD.org>2015-10-10 10:48:09 +0000
commit254c516a60dc9f3ae58b25939c52e1017af062d7 (patch)
treee86276a709ff567ed3bc64bd440180255c9b1ba1 /usr.sbin/ppp
parent8eb11bc852c44d2fe0635b1da2c827d09497361d (diff)
downloadFreeBSD-src-254c516a60dc9f3ae58b25939c52e1017af062d7.zip
FreeBSD-src-254c516a60dc9f3ae58b25939c52e1017af062d7.tar.gz
Install bsd.confs.mk
Rename ETCDIR into CONFIGDIR to avoid conflicts with the ports tree
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 6a3d8f2..8bd1153 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -22,7 +22,7 @@ PPP_NO_RADIUS=
PPP_NO_SUID=
.endif
CONFS= ppp.conf
-CONFSDIR= ${ETCDIR}/ppp
+CONFSDIR= ${CONFIGDIR}/ppp
CONFSMODE= 600
.if ${MK_ATM} == "no"
OpenPOWER on IntegriCloud