1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2011, Richard Lowe
  14 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  15 # Copyright 2016 Garrett D'Amore <garrett@damore.org>
  16 # Copyright 2016 Joyent, Inc.
  17 #
  18 
  19 include         $(SRC)/Makefile.master
  20 
  21 MANSECT=        7d
  22 
  23 _MANFILES=      aac.7d          \
  24                 afe.7d          \
  25                 audio.7d        \
  26                 audio1575.7d    \
  27                 audioens.7d     \
  28                 audiols.7d      \
  29                 audiop16x.7d    \
  30                 audiopci.7d     \
  31                 audiots.7d      \
  32                 av1394.7d       \
  33                 bge.7d          \
 
 130                 ugen.7d         \
 131                 uhci.7d         \
 132                 usb_ac.7d       \
 133                 usb_as.7d       \
 134                 usb_ia.7d       \
 135                 usb_mid.7d      \
 136                 usba.7d         \
 137                 usbftdi.7d      \
 138                 usbprn.7d       \
 139                 usbsacm.7d      \
 140                 usbsksp.7d      \
 141                 usbsprl.7d      \
 142                 usbvc.7d        \
 143                 virtualkm.7d    \
 144                 vni.7d          \
 145                 vr.7d           \
 146                 wscons.7d       \
 147                 xge.7d          \
 148                 yge.7d          \
 149                 zcons.7d        \
 150                 zero.7d
 151 
 152 sparc_MANFILES= audiocs.7d      \
 153                 bbc_beep.7d     \
 154                 ctsmc.7d        \
 155                 cvc.7d          \
 156                 cvcredir.7d     \
 157                 dad.7d          \
 158                 dm2s.7d         \
 159                 dr.7d           \
 160                 eri.7d          \
 161                 fas.7d          \
 162                 gpio_87317.7d   \
 163                 grbeep.7d       \
 164                 idn.7d          \
 165                 mc-opl.7d       \
 166                 n2rng.7d        \
 167                 ncp.7d          \
 168                 ntwdt.7d        \
 169                 oplkmdrv.7d     \
 170                 oplmsu.7d       \
  
 | 
   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2011, Richard Lowe
  14 # Copyright 2014 Joyent, Inc. All rights reserved.
  15 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  16 # Copyright 2016 Garrett D'Amore <garrett@damore.org>
  17 # Copyright 2016 Joyent, Inc.
  18 #
  19 
  20 include         $(SRC)/Makefile.master
  21 
  22 MANSECT=        7d
  23 
  24 _MANFILES=      aac.7d          \
  25                 afe.7d          \
  26                 audio.7d        \
  27                 audio1575.7d    \
  28                 audioens.7d     \
  29                 audiols.7d      \
  30                 audiop16x.7d    \
  31                 audiopci.7d     \
  32                 audiots.7d      \
  33                 av1394.7d       \
  34                 bge.7d          \
 
 131                 ugen.7d         \
 132                 uhci.7d         \
 133                 usb_ac.7d       \
 134                 usb_as.7d       \
 135                 usb_ia.7d       \
 136                 usb_mid.7d      \
 137                 usba.7d         \
 138                 usbftdi.7d      \
 139                 usbprn.7d       \
 140                 usbsacm.7d      \
 141                 usbsksp.7d      \
 142                 usbsprl.7d      \
 143                 usbvc.7d        \
 144                 virtualkm.7d    \
 145                 vni.7d          \
 146                 vr.7d           \
 147                 wscons.7d       \
 148                 xge.7d          \
 149                 yge.7d          \
 150                 zcons.7d        \
 151                 zero.7d         \
 152                 zfd.7d
 153 
 154 sparc_MANFILES= audiocs.7d      \
 155                 bbc_beep.7d     \
 156                 ctsmc.7d        \
 157                 cvc.7d          \
 158                 cvcredir.7d     \
 159                 dad.7d          \
 160                 dm2s.7d         \
 161                 dr.7d           \
 162                 eri.7d          \
 163                 fas.7d          \
 164                 gpio_87317.7d   \
 165                 grbeep.7d       \
 166                 idn.7d          \
 167                 mc-opl.7d       \
 168                 n2rng.7d        \
 169                 ncp.7d          \
 170                 ntwdt.7d        \
 171                 oplkmdrv.7d     \
 172                 oplmsu.7d       \
  
 |