diff options
author | Glen Barber <gjb@FreeBSD.org> | 2016-06-01 16:45:08 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2016-06-01 16:45:08 +0000 |
commit | efe50fa18a1cfc24942dc61c2bbad17d789392ff (patch) | |
tree | 9793596c07781b84068155774390ad2f00bf83a2 /usr.sbin/ppp/Makefile | |
parent | c72ef5eab3288a2535b264cbeabcd41944f3b80e (diff) | |
download | src-test2-efe50fa18a1cfc24942dc61c2bbad17d789392ff.tar.gz src-test2-efe50fa18a1cfc24942dc61c2bbad17d789392ff.zip |
Notes
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r-- | usr.sbin/ppp/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 1dcd3b571a05..e0772af2e53e 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= |