Print this page
4174 Torch the old and unmaintained Sun-dhcp
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Reviewed by: Garrett D'Amore <garrett@damore.org>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/Makefile.check
          +++ new/usr/src/cmd/Makefile.check
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  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  # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
       23 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
  23   24  
  24   25  include ../Makefile.master
  25   26  
  26   27  #
  27   28  # Commands providing manifests must offer a check target.  A recursive check
  28   29  # target across all commands directories is not currently provided.
  29   30  #
  30   31  MANIFEST_TOPDIRS=                       \
  31   32          acctadm                         \
  32   33          auditd                          \
↓ open down ↓ 42 lines elided ↑ open up ↑
  75   76          ypcmd                           \
  76   77          zoneadm                         \
  77   78          zoneadmd
  78   79  
  79   80  MANIFEST_SUBDIRS=                       \
  80   81          boot/scripts                    \
  81   82          cmd-crypto/scripts              \
  82   83          cmd-inet/usr.lib/ilbd           \
  83   84          cmd-inet/usr.lib/in.chargend    \
  84   85          cmd-inet/usr.lib/in.daytimed    \
  85      -        cmd-inet/usr.lib/in.dhcpd       \
  86   86          cmd-inet/usr.lib/in.discardd    \
  87   87          cmd-inet/usr.lib/in.echod       \
  88   88          cmd-inet/usr.lib/in.ndpd        \
  89   89          cmd-inet/usr.lib/in.ripngd      \
  90   90          cmd-inet/usr.lib/in.timed       \
  91   91          cmd-inet/usr.lib/inetd          \
  92   92          cmd-inet/usr.lib/mdnsd          \
  93   93          cmd-inet/usr.lib/slpd           \
  94   94          cmd-inet/usr.lib/vrrpd          \
  95   95          cmd-inet/usr.lib/wpad           \
↓ open down ↓ 77 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX