summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 12:49:24 +0000
committerru <ru@FreeBSD.org>2004-12-21 12:49:24 +0000
commitc8158555ed6a8a16d7683dc8764f1a573fd39f5d (patch)
treeb0b7af3eeaf74198d68a3894a62f81863ff13438 /usr.sbin/ppp/Makefile
parent0f51b4223f8cbd52434f4a5bd7ce0a29984e28f9 (diff)
downloadFreeBSD-src-c8158555ed6a8a16d7683dc8764f1a573fd39f5d.zip
FreeBSD-src-c8158555ed6a8a16d7683dc8764f1a573fd39f5d.tar.gz
NOPAM -> NO_PAM
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index bb176c6..007e5e1 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -27,6 +27,9 @@ PPP_NO_ATM=
.if defined(NO_I4B)
PPP_NO_I4B=
.endif
+.if defined(NO_PAM)
+PPP_NO_PAM=
+.endif
.if defined(PPP_NO_SUID)
BINMODE=550
OpenPOWER on IntegriCloud