* NTLM authentication support with the ntlm library, in Unix systems.
[alpine.git] / imap / src / osdep / unix / Makefile.ntl
blob2ffa78ff332a290dd44a8250c515b1654cb33670
1 # ========================================================================
2 # Copyright 1988-2007 University of Washington
3 # Copyright 2015      Imagination Technologies
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
9 #     http://www.apache.org/licenses/LICENSE-2.0
12 # ========================================================================
14 # Program:      NTLM makefile
16 # Author:       Maciej W. Rozycki
18 # Date:         25 January 2015
19 # Last Edited:  25 January 2015
22 # Extended flags needed for additional authenticators.  You may need to modify.
24 NTLMLDFLAGS= -lntlm
26 ntl:    # NTLM flags
27         echo $(NTLMLDFLAGS) >> LDFLAGS