svn commit: r275177 - projects/building-blocks/usr.sbin/ppp
Garrett Cooper
ngie at FreeBSD.org
Thu Nov 27 07:56:29 UTC 2014
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
More information about the svn-src-projects
mailing list