4174 Torch the old and unmaintained Sun-dhcp Reviewed by: Josef Sipek <jeffpc@josefsipek.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
  23 MANFILES=       Intro.5                 \
  24                 acl.5                   \
  25                 ad.5                    \
  26                 ascii.5                 \
  27                 attributes.5            \
  28                 audit_binfile.5         \
  29                 audit_remote.5          \
  30                 audit_syslog.5          \
  31                 brands.5                \
  32                 cancellation.5          \
  33                 charmap.5               \
  34                 condition.5             \
  35                 crypt_bsdbf.5           \
  36                 crypt_bsdmd5.5          \
  37                 crypt_sha256.5          \
  38                 crypt_sha512.5          \
  39                 crypt_sunmd5.5          \
  40                 crypt_unix.5            \
  41                 device_clean.5          \
  42                 dhcp.5                  \
  43                 dhcp_modules.5          \
  44                 environ.5               \
  45                 eqn.5                   \
  46                 eqnchar.5               \
  47                 extendedFILE.5          \
  48                 filesystem.5            \
  49                 fnmatch.5               \
  50                 formats.5               \
  51                 fsattr.5                \
  52                 grub.5                  \
  53                 gss_auth_rules.5        \
  54                 hal.5                   \
  55                 iconv.5                 \
  56                 iconv_unicode.5         \
  57                 ieee802.3.5             \
  58                 ieee802.11.5            \
  59                 ipfilter.5              \
  60                 isalist.5               \
  61                 kerberos.5              \
  62                 krb5_auth_rules.5       \
  63                 krb5envvar.5            \
 | 23 MANFILES= Intro.5 \ 24 acl.5 \ 25 ad.5 \ 26 ascii.5 \ 27 attributes.5 \ 28 audit_binfile.5 \ 29 audit_remote.5 \ 30 audit_syslog.5 \ 31 brands.5 \ 32 cancellation.5 \ 33 charmap.5 \ 34 condition.5 \ 35 crypt_bsdbf.5 \ 36 crypt_bsdmd5.5 \ 37 crypt_sha256.5 \ 38 crypt_sha512.5 \ 39 crypt_sunmd5.5 \ 40 crypt_unix.5 \ 41 device_clean.5 \ 42 dhcp.5 \ 43 environ.5 \ 44 eqn.5 \ 45 eqnchar.5 \ 46 extendedFILE.5 \ 47 filesystem.5 \ 48 fnmatch.5 \ 49 formats.5 \ 50 fsattr.5 \ 51 grub.5 \ 52 gss_auth_rules.5 \ 53 hal.5 \ 54 iconv.5 \ 55 iconv_unicode.5 \ 56 ieee802.3.5 \ 57 ieee802.11.5 \ 58 ipfilter.5 \ 59 isalist.5 \ 60 kerberos.5 \ 61 krb5_auth_rules.5 \ 62 krb5envvar.5 \  |