diff options
Diffstat (limited to 'imap/src/osdep/nt/makefile.nt')
-rw-r--r-- | imap/src/osdep/nt/makefile.nt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/imap/src/osdep/nt/makefile.nt b/imap/src/osdep/nt/makefile.nt index bf6816c2..83e74826 100644 --- a/imap/src/osdep/nt/makefile.nt +++ b/imap/src/osdep/nt/makefile.nt @@ -29,7 +29,7 @@ EXTRAAUTHENTICATORS = EXTRADRIVERS = EXTRACFLAGS = -AUTHENTICATORS = ext md5 pla oa2 log +AUTHENTICATORS = ext md5 pla bea oa2 log DRIVERS = imap nntp pop3 mbx mtx tenex unix CREATEDRIVER = mbx APPENDDRIVER = unix @@ -93,7 +93,8 @@ smtp.obj: mail.h smtp.h rfc822.h misc.h osdep.h smtp.c os_nt.obj: mail.h osdep.h env_nt.h fs.h ftl.h nl.h tcp.h tcp_nt.h yunchan.h \ os_nt.c fs_nt.c ftl_nt.c nl_nt.c env_nt.c ssl_nt.c ssl_none.c \ ip_nt.c tcp_nt.c yunchan.c pmatch.c write.c \ - mailfile.h auth_md5.c auth_ntl.c auth_pla.c auth_oa2.c auth_log.c + mailfile.h auth_md5.c auth_ntl.c auth_pla.c auth_bea.c auth_oa2.c \ + auth_log.c mbxnt.obj: mail.h misc.h osdep.h mbxnt.c |