Fix build of ppp when WITHOUT_PAM is set

PR:		210658
Reported by:	madpilot
Tested by:	madpilot
Approved by:	re@ (kib)
This commit is contained in:
Baptiste Daroussin 2016-07-04 21:18:57 +00:00
parent e4d1732068
commit 7059692f3a

View File

@ -107,6 +107,7 @@ SRCS+= netgraph.c
.if defined(PPP_NO_PAM)
CFLAGS+=-DNOPAM
LIBADD+= crypt
.else
LIBADD+= pam
.endif