diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 12:49:24 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 12:49:24 +0000 |
| commit | b5b0bba4df88188c8535f009f8c824bf04bdd6bc (patch) | |
| tree | b0b7af3eeaf74198d68a3894a62f81863ff13438 /usr.sbin/ppp | |
| parent | 8340281fb107174cf94783010a31c056a5711f2b (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp')
| -rw-r--r-- | usr.sbin/ppp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index bb176c61e3ca..007e5e147f88 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 |
