View | Details | Raw Unified | Return to bug 210658 | Differences between
and this patch

Collapse All | Expand All

(-)b/head/usr.sbin/ppp/Makefile (+1 lines)
Lines 107-112 Link Here
107
107
108
.if defined(PPP_NO_PAM)
108
.if defined(PPP_NO_PAM)
109
CFLAGS+=-DNOPAM
109
CFLAGS+=-DNOPAM
110
LIBADD+=	crypt
110
.else
111
.else
111
LIBADD+=	pam
112
LIBADD+=	pam
112
.endif
113
.endif

Return to bug 210658