aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-07-04 21:18:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-07-04 21:18:57 +0000
commit7059692f3a581b83c9a816f813ccca7c76386e48 (patch)
tree34b1e63253d3c46a21e5f82fa0816e8a25cb197e /usr.sbin
parente4d17320683460f4280eac7daeb1340eef21db25 (diff)
downloadsrc-7059692f3a581b83c9a816f813ccca7c76386e48.tar.gz
src-7059692f3a581b83c9a816f813ccca7c76386e48.zip
Fix build of ppp when WITHOUT_PAM is set
PR: 210658 Reported by: madpilot Tested by: madpilot Approved by: re@ (kib)
Notes
Notes: svn path=/head/; revision=302337
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/Makefile1
1 files changed, 1 insertions, 0 deletions
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