diff options
| -rw-r--r-- | etc/Makefile | 4 | ||||
| -rw-r--r-- | etc/ppp/ppp.conf (renamed from usr.sbin/ppp/ppp.conf) | 0 | ||||
| -rw-r--r-- | usr.sbin/ppp/Makefile | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index 94c4473dbf1ee..e01b2a49673fc 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -305,6 +305,10 @@ distribution: .endif cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${MTREE} ${DESTDIR}/etc/mtree +.if ${MK_PPP} != "no" + cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \ + ${PPPCNF} ${DESTDIR}/etc/ppp +.endif .if ${MK_MAIL} != "no" cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ ${ETCMAIL} ${DESTDIR}/etc/mail diff --git a/usr.sbin/ppp/ppp.conf b/etc/ppp/ppp.conf index 2b63834839f93..2b63834839f93 100644 --- a/usr.sbin/ppp/ppp.conf +++ b/etc/ppp/ppp.conf diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 1dcd3b571a05f..e0772af2e53e3 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -21,9 +21,6 @@ PPP_NO_PAM= PPP_NO_RADIUS= PPP_NO_SUID= .endif -CONFS= ppp.conf -CONFSDIR= ${CONFDIR}/ppp -CONFSMODE= 600 .if ${MK_ATM} == "no" PPP_NO_ATM= |
