Print this page


Split Close
Expand all
Collapse all
          --- old/usr/src/lib/brand/lx/zone/Makefile
          +++ new/usr/src/lib/brand/lx/zone/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 2006 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Copyright 2015 Joyent, Inc.  All rights reserved.
       25 +# Copyright 2016 OmniTI Computer Consulting, Inc. All rights reserved.
  25   26  #
  26   27  
  27      -PROGS = lx_boot
       28 +PROGS = lx_install lx_boot
  28   29  PROGS += lx_boot_zone_redhat lx_boot_zone_ubuntu lx_boot_zone_debian
  29   30  PROGS += lx_boot_zone_busybox
  30   31  XMLDOCS =       config.xml platform.xml
  31   32  TEMPLATES =     SUNWlx.xml SUNWlx26.xml
  32   33  
  33   34  all:    $(PROGS)
  34   35  
  35   36  include $(SRC)/cmd/Makefile.cmd
  36   37  include ../Makefile.lx
  37   38  
↓ open down ↓ 33 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX