Index: Makefile =================================================================== diff --git a/head/usr.sbin/ppp/Makefile b/head/usr.sbin/ppp/Makefile --- a/head/usr.sbin/ppp/Makefile (revision 302324) +++ b/head/usr.sbin/ppp/Makefile (working copy) @@ -107,6 +107,7 @@ .if defined(PPP_NO_PAM) CFLAGS+=-DNOPAM +LIBADD+= crypt .else LIBADD+= pam .endif