Print this page
750 Add the LOGIN authenticator to libsasl
Reviewed by: Albert Lee <trisk@opensolaris.org>
Reviewed by: Roland Mainz <roland.mainz@nrubsig.org>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/sasl_plugins/Makefile
          +++ new/usr/src/lib/sasl_plugins/Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
       24 +# Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  24   25  #
  25      -# ident "%Z%%M% %I%     %E% SMI"
  26      -#
  27   26  
  28   27  # Note, to build SASL msg file go to $SRC/lib/libsasl and make _msg
  29   28  # target there.  Messages in sasl_plugins will be picked up from there.
  30   29  
  31   30  include ../Makefile.lib
  32   31  
  33      -SUBDIRS =       cram digestmd5 gssapi plain
       32 +SUBDIRS =       cram digestmd5 gssapi plain login
  34   33  
  35   34  all :=          TARGET= all
  36   35  clean :=        TARGET= clean
  37   36  clobber :=      TARGET= clobber
  38   37  install :=      TARGET= install
  39   38  lint :=         TARGET= lint
  40   39  
  41   40  .KEEP_STATE:
  42   41  
  43   42  all clean clobber install lint: $(SUBDIRS)
↓ open down ↓ 58 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX