summaryrefslogtreecommitdiff
path: root/imap/src/osdep/unix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'imap/src/osdep/unix/Makefile')
-rw-r--r--imap/src/osdep/unix/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/imap/src/osdep/unix/Makefile b/imap/src/osdep/unix/Makefile
index a94040c..c4e1411 100644
--- a/imap/src/osdep/unix/Makefile
+++ b/imap/src/osdep/unix/Makefile
@@ -33,7 +33,7 @@ EXTRADRIVERS=mbox
PASSWDTYPE=std
SSLTYPE=nopwd
IP=4
-
+BUNDLED=
# The optimization level here for GCC ports is set here for a reason. It's
# to get you to read this text.
@@ -494,6 +494,15 @@ isc: # Interactive
BASELDFLAGS="-linet -lnsl_s -lgen -lx -lsec -liberty" \
RANLIB=true
+lnpno: # Linux disable support Pluggable Authentication modules
+ $(BUILD) `$(CAT) SPECIALS` OS=slx \
+ SIGTYPE=psx CRXTYPE=nfs \
+ SPOOLDIR=/var/spool \
+ ACTIVEFILE=/var/lib/news/active \
+ RSHPATH=/usr/bin/rsh \
+ BASECFLAGS="$(GCCCFLAGS)" \
+ BASELDFLAGS="-lcrypt"
+
lnp: # Linux Pluggable Authentication modules
$(BUILD) `$(CAT) SPECIALS` OS=slx \
SIGTYPE=psx CHECKPW=pam CRXTYPE=nfs \