Print this page
Incorporate rmustacc's review feedback.

Split Close
Expand all
Collapse all
          --- old/usr/src/test/libc-tests/cfg/Makefile
          +++ new/usr/src/test/libc-tests/cfg/Makefile
↓ open down ↓ 2 lines elided ↑ open up ↑
   3    3  # Common Development and Distribution License ("CDDL"), version 1.0.
   4    4  # You may only use this file in accordance with the terms of version
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13      -# Copyright 2014 Garrett D'Amore <garrett@damore.org>
       13 +# Copyright 2015 Garrett D'Amore <garrett@damore.org>
  14   14  # Copyright (c) 2012 by Delphix. All rights reserved.
  15   15  #
  16   16  
  17   17  include $(SRC)/Makefile.master
  18   18  
  19   19  CFGS = README \
  20   20          compilation.cfg \
       21 +        symbols/README \
  21   22          symbols/ctype_h.cfg \
  22   23          symbols/dirent_h.cfg \
  23   24          symbols/fcntl_h.cfg \
  24   25          symbols/locale_h.cfg \
  25   26          symbols/math_h.cfg \
  26   27          symbols/netdb_h.cfg \
  27   28          symbols/pthread_h.cfg \
  28   29          symbols/signal_h.cfg \
  29   30          symbols/stdio_h.cfg \
  30   31          symbols/stdlib_h.cfg \
↓ open down ↓ 29 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX