summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-11 08:52:29 +0000
committerngie <ngie@FreeBSD.org>2015-02-11 08:52:29 +0000
commitffd518acc50e10ac32ce9b390fb76658b3665d72 (patch)
tree3d740a1d48ebc99150326156b6f9a35362d757cc /usr.sbin
parenta0d89550fee068b0fa14414ba118aafdb7e9fbcc (diff)
downloadFreeBSD-src-ffd518acc50e10ac32ce9b390fb76658b3665d72.zip
FreeBSD-src-ffd518acc50e10ac32ce9b390fb76658b3665d72.tar.gz
MFC r278182:
r278182: Conditionalize building radius support into libpam, ppp, etc via MK_RADIUS_SUPPORT Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 9bbcb6c..9dd2849 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -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
OpenPOWER on IntegriCloud