Print this page
11226 Remove NetraCT support

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/svc/profile/Makefile
          +++ new/usr/src/cmd/svc/profile/Makefile
↓ open down ↓ 36 lines elided ↑ open up ↑
  37   37          inetd_generic.xml \
  38   38          inetd_upgrade.xml \
  39   39          ns_dns.xml \
  40   40          ns_files.xml \
  41   41          ns_ldap.xml \
  42   42          ns_nis.xml \
  43   43          ns_none.xml \
  44   44          platform_SUNW,SPARC-Enterprise.xml \
  45   45          platform_SUNW,Sun-Fire-880.xml \
  46   46          platform_SUNW,Sun-Fire.xml \
  47      -        platform_SUNW,UltraSPARC-IIi-Netract.xml \
  48   47          platform_none.xml \
  49   48          platform_sun4v.xml
  50   49  
  51   50  PROFILES = $(PROFILESRCS:%=$(ROOTPROFILE)/%)
  52   51  
  53   52  PROFILES_open = generic_open.xml inetd_generic.xml
  54   53  PROFILES_limited = generic_limited_net.xml
  55   54  CHECK_OPEN = check_open
  56   55  CHECK_LMTD = check_limited
  57   56  
↓ open down ↓ 1 lines elided ↑ open up ↑
  59   58  TEE =   /usr/bin/tee
  60   59  TEST =  /usr/bin/test
  61   60  LISTSVCS = listsvcs.pl
  62   61  
  63   62  install: all $(PROFILES)
  64   63          $(RM) $(ROOTPROFILE)/platform.xml
  65   64          # SUNW,Sun-Fire-V890
  66   65          $(RM) $(ROOTPROFILE)/platform_SUNW,Sun-Fire-V890.xml
  67   66          $(LN) $(ROOTPROFILE)/platform_SUNW,Sun-Fire-880.xml \
  68   67              $(ROOTPROFILE)/platform_SUNW,Sun-Fire-V890.xml
  69      -        # SUNW,UltraSPARC-IIe-NetraCT-[46]0
  70      -        $(RM) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-40.xml
  71      -        $(RM) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-60.xml
  72      -        $(LN) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIi-Netract.xml \
  73      -        $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-40.xml
  74      -        $(LN) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIi-Netract.xml \
  75      -            $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-60.xml
  76   68  
  77   69  $(ROOTPROFILE)/%: %
  78   70          $(INS.file)
  79   71  
  80   72  all:    $(CHECK_OPEN) $(CHECK_LMTD)
  81   73  
  82   74  #
  83   75  #       Enforce consistency between open and limited profiles per README
  84   76  #
  85   77  $(CHECK_OPEN) :=        PROFILES_CHECKED = open
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX