Print this page
5605 Disable IPP printing like SMB printing can be disabled

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/print/Makefile
          +++ new/usr/src/lib/print/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  # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -# ident "%Z%%M% %I%     %E% SMI"
  26      -#
  27   25  
  28   26  SUBDIRS = \
  29   27          libprint \
  30   28          libpapi-common \
  31   29          libpapi-dynamic \
  32   30          libpapi-lpd \
  33   31          libipp-core \
  34   32          libhttp-core \
  35   33          libpapi-ipp \
  36      -        libipp-listener \
  37      -        mod_ipp
       34 +        libipp-listener
  38   35  
       36 +$(ENABLE_IPP_PRINTING) SUBDIRS +=       mod_ipp
       37 +
  39   38  all :=                  TARGET = all
  40   39  clean :=                TARGET = clean
  41   40  clobber :=              TARGET = clobber
  42   41  install :=              TARGET = install
  43   42  install_h :=              TARGET = install_h
  44   43  lint :=                 TARGET = lint
  45   44  
  46   45  include $(SRC)/Makefile.master
  47   46  
  48   47  TEXT_DOMAIN=    SUNW_OST_OSLIB
↓ open down ↓ 46 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX