From 7059692f3a581b83c9a816f813ccca7c76386e48 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 4 Jul 2016 21:18:57 +0000 Subject: Fix build of ppp when WITHOUT_PAM is set PR: 210658 Reported by: madpilot Tested by: madpilot Approved by: re@ (kib) --- usr.sbin/ppp/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/ppp/Makefile') diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 1dcd3b571a05..540eb45f4522 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -107,6 +107,7 @@ SRCS+= netgraph.c .if defined(PPP_NO_PAM) CFLAGS+=-DNOPAM +LIBADD+= crypt .else LIBADD+= pam .endif -- cgit v1.2.3