Date: Thu, 27 Nov 2014 07:56:29 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r275177 - projects/building-blocks/usr.sbin/ppp Message-ID: <201411270756.sAR7uTWv074594@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Thu Nov 27 07:56:28 2014 New Revision: 275177 URL: https://svnweb.freebsd.org/changeset/base/275177 Log: Handle MK_RADIUS_SUPPORT in usr.sbin/ppp Modified: projects/building-blocks/usr.sbin/ppp/Makefile Modified: projects/building-blocks/usr.sbin/ppp/Makefile ============================================================================== --- projects/building-blocks/usr.sbin/ppp/Makefile Thu Nov 27 07:49:25 2014 (r275176) +++ projects/building-blocks/usr.sbin/ppp/Makefile Thu Nov 27 07:56:28 2014 (r275177) @@ -31,6 +31,9 @@ PPP_NO_NETGRAPH= .if ${MK_PAM_SUPPORT} == "no" PPP_NO_PAM= .endif +.if ${MK_RADIUS_SUPPORT} == "no" +PPP_NO_RADIUS= +.endif .if defined(PPP_NO_SUID) BINMODE=554
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411270756.sAR7uTWv074594>