View | Details | Raw Unified | Return to bug 137487
Collapse All | Expand All

(-)src/usr.sbin/ppp/Makefile (+3 lines)
Lines 28-33 Link Here
28
.if ${MK_PAM_SUPPORT} == "no"
28
.if ${MK_PAM_SUPPORT} == "no"
29
PPP_NO_PAM=
29
PPP_NO_PAM=
30
.endif
30
.endif
31
.if ${MK_NETGRAPH} == "no"
32
PPP_NO_NETGRAPH=
33
.endif
31
34
32
.if defined(PPP_NO_SUID)
35
.if defined(PPP_NO_SUID)
33
BINMODE=550
36
BINMODE=550

Return to bug 137487