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/libsasl/Makefile
          +++ new/usr/src/lib/libsasl/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  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  #
  23   23  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
       25 +# Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  25   26  #
  26      -# ident "%Z%%M% %I%     %E% SMI"
  27      -#
  28   27  
  29   28  include ../Makefile.lib
  30   29  
  31   30  HDRS=           sasl.h          saslplug.h      saslutil.h      prop.h
  32   31  HDRDIR=         include
  33   32  ROOTHDRDIR=     $(ROOT)/usr/include/sasl
  34   33  
  35   34  SUBDIRS =       $(MACH)
  36   35  $(BUILD64)SUBDIRS += $(MACH64)
  37   36  
↓ open down ↓ 4 lines elided ↑ open up ↑
  42   41  lint :=         TARGET= lint
  43   42  
  44   43  LIBRARY=        libsasl.a
  45   44  POFILE=         $(LIBRARY:.a=.po)
  46   45  MSGFILES=       lib/canonusr.c lib/checkpw.c lib/client.c lib/common.c \
  47   46                          lib/external.c lib/server.c lib/seterror.c \
  48   47                          plugin/plugin_common.c \
  49   48                          $(SRC)/lib/sasl_plugins/cram/cram.c \
  50   49                          $(SRC)/lib/sasl_plugins/digestmd5/digestmd5.c \
  51   50                          $(SRC)/lib/sasl_plugins/gssapi/gssapi.c \
       51 +                        $(SRC)/lib/sasl_plugins/login/login.c \
  52   52                          $(SRC)/lib/sasl_plugins/plain/plain.c
  53   53  
  54   54  .KEEP_STATE:
  55   55  
  56   56  all clean clobber install lint: $(SUBDIRS)
  57   57  
  58   58  all install: THIRDPARTYLICENSE
  59   59  
  60   60  install_h:      $(ROOTHDRS)
  61   61  
↓ open down ↓ 107 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX