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:
bapt 2016-07-04 21:18:57 +00:00
parent 1649e59d99
commit 88737253e2

View File

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