Print this page
6617458 amd64/rsa is a false positive reported by wsdiff

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/des/Makefile
          +++ new/usr/src/uts/sun4u/des/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  # uts/sun4u/des/Makefile
  23   23  #
  24      -# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
       24 +# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  25   25  # Use is subject to license terms.
  26   26  #
  27      -#ident  "@(#)Makefile   1.6     07/03/13 SMI"
       27 +#ident  "@(#)Makefile   1.7     08/01/02 SMI"
  28   28  #
  29   29  #       This makefile drives the production of the des kernel module.
  30   30  #
  31   31  #       sun4u implementation architecture dependent
  32   32  #
  33   33  
  34   34  #
  35   35  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  36   36  #
  37   37  UTSBASE = ../..
  38      -COM_DIR = $(SRC)/common/crypto/des
       38 +COM_DIR = $(COMMONBASE)/crypto/des
  39   39  
  40   40  #
  41   41  #       Define the module and object file sets.
  42   42  #
  43   43  MODULE          = des
  44   44  OBJECTS         = $(DES_OBJS:%=$(OBJS_DIR)/%)
  45   45  LINTS           = $(DES_OBJS:%.o=$(LINTS_DIR)/%.ln)
  46   46  ROOTMODULE      = $(ROOT_PSM_CRYPTO_DIR)/$(MODULE)
  47   47  ROOTLINK        = $(ROOT_PSM_MISC_DIR)/$(MODULE)
  48   48  TARGET_32       = ../../kernel/crypto/$(MODULE)
↓ open down ↓ 68 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX