From 254c516a60dc9f3ae58b25939c52e1017af062d7 Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 10 Oct 2015 10:48:09 +0000 Subject: Install bsd.confs.mk Rename ETCDIR into CONFIGDIR to avoid conflicts with the ports tree --- usr.sbin/ppp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/ppp') 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" -- cgit v1.1