Print this page
14249 pseudo-terminal nomenclature should reflect POSIX
Change-Id: Ib4a3cef899ff4c71b09cb0dc6878863c5e8357bc
   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 2016 Garrett D'Amore <garrett@damore.org>
  15 # Copyright 2019 Joyent, Inc.
  16 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  17 # Copyright 2018 Nexenta Systems, Inc.
  18 # Copyright 2020 Peter Tribble
  19 # Copyright 2021 Oxide Computer Company
  20 #
  21 
  22 include         $(SRC)/Makefile.master
  23 
  24 MANSECT=        7d
  25 
  26 _MANFILES=      aac.7d          \
  27                 afe.7d          \
  28                 audio.7d        \
  29                 audio1575.7d    \
  30                 audioens.7d     \
  31                 audiols.7d      \
  32                 audiop16x.7d    \
  33                 audiopci.7d     \
  34                 audiots.7d      \
  35                 av1394.7d       \
  36                 bge.7d          \
  37                 blkdev.7d       \
  38                 bnxe.7d         \
  39                 ccid.7d         \


  88                 log.7d          \
  89                 mem.7d          \
  90                 mpt_sas.7d      \
  91                 mr_sas.7d       \
  92                 msglog.7d       \
  93                 mt.7d           \
  94                 mxfe.7d         \
  95                 myri10ge.7d     \
  96                 null.7d         \
  97                 nulldriver.7d   \
  98                 nxge.7d         \
  99                 ohci.7d         \
 100                 openprom.7d     \
 101                 pcic.7d         \
 102                 pcmcia.7d       \
 103                 physmem.7d      \
 104                 pm.7d           \
 105                 poll.7d         \
 106                 profile.7d      \
 107                 ptm.7d          \
 108                 pts.7d          \
 109                 pty.7d          \
 110                 qlc.7d          \
 111                 ramdisk.7d      \
 112                 random.7d       \
 113                 rge.7d          \
 114                 rtls.7d         \
 115                 sad.7d          \
 116                 sata.7d         \
 117                 scsa1394.7d     \
 118                 scsa2usb.7d     \
 119                 sd.7d           \
 120                 sdp.7d          \
 121                 sdt.7d          \
 122                 ses.7d          \
 123                 sfe.7d          \
 124                 sgen.7d         \
 125                 srpt.7d         \
 126                 st.7d           \
 127                 sysmsg.7d       \
 128                 systrace.7d     \


 239                 smbios.7d       \
 240                 smntemp.7d      \
 241                 uath.7d         \
 242                 ural.7d         \
 243                 urtw.7d         \
 244                 usmn.7d         \
 245                 vioblk.7d       \
 246                 vioif.7d        \
 247                 virtio.7d       \
 248                 wpi.7d          \
 249                 xhci.7d         \
 250                 zen_udf.7d      \
 251                 zyd.7d
 252 
 253 _MANLINKS=      1394.7d         \
 254                 allkmem.7d      \
 255                 fdc.7d          \
 256                 firewire.7d     \
 257                 kmem.7d         \
 258                 lo0.7d          \

 259                 ticots.7d       \
 260                 ticotsord.7d    \
 261                 urandom.7d      \
 262                 usb.7d
 263 
 264 sparc_MANLINKS= drmach.7d
 265 
 266 i386_MANLINKS=  amdzen_stub.7d
 267 
 268 MANFILES =      $(_MANFILES) $($(MACH)_MANFILES)
 269 MANLINKS =      $(_MANLINKS) $($(MACH)_MANLINKS)
 270 
 271 amdzen_stub.7d  := LINKSRC = amdzen.7d
 272 
 273 drmach.7d       := LINKSRC = dr.7d
 274 
 275 fdc.7d          := LINKSRC = fd.7d
 276 
 277 1394.7d         := LINKSRC = ieee1394.7d
 278 firewire.7d     := LINKSRC = ieee1394.7d
 279 
 280 lo0.7d          := LINKSRC = ipnet.7d
 281 


 282 allkmem.7d      := LINKSRC = mem.7d
 283 kmem.7d         := LINKSRC = mem.7d
 284 
 285 urandom.7d      := LINKSRC = random.7d
 286 
 287 ticots.7d       := LINKSRC = ticlts.7d
 288 ticotsord.7d    := LINKSRC = ticlts.7d
 289 
 290 usb.7d          := LINKSRC = usba.7d
 291 
 292 .KEEP_STATE:
 293 
 294 include         $(SRC)/man/Makefile.man
 295 
 296 install:        $(ROOTMANFILES) $(ROOTMANLINKS)
   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 2016 Garrett D'Amore <garrett@damore.org>
  15 # Copyright 2019 Joyent, Inc.
  16 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  17 # Copyright 2018 Nexenta Systems, Inc.
  18 # Copyright 2020 Peter Tribble
  19 # Copyright 2022 Oxide Computer Company
  20 #
  21 
  22 include         $(SRC)/Makefile.master
  23 
  24 MANSECT=        7d
  25 
  26 _MANFILES=      aac.7d          \
  27                 afe.7d          \
  28                 audio.7d        \
  29                 audio1575.7d    \
  30                 audioens.7d     \
  31                 audiols.7d      \
  32                 audiop16x.7d    \
  33                 audiopci.7d     \
  34                 audiots.7d      \
  35                 av1394.7d       \
  36                 bge.7d          \
  37                 blkdev.7d       \
  38                 bnxe.7d         \
  39                 ccid.7d         \


  88                 log.7d          \
  89                 mem.7d          \
  90                 mpt_sas.7d      \
  91                 mr_sas.7d       \
  92                 msglog.7d       \
  93                 mt.7d           \
  94                 mxfe.7d         \
  95                 myri10ge.7d     \
  96                 null.7d         \
  97                 nulldriver.7d   \
  98                 nxge.7d         \
  99                 ohci.7d         \
 100                 openprom.7d     \
 101                 pcic.7d         \
 102                 pcmcia.7d       \
 103                 physmem.7d      \
 104                 pm.7d           \
 105                 poll.7d         \
 106                 profile.7d      \
 107                 ptm.7d          \

 108                 pty.7d          \
 109                 qlc.7d          \
 110                 ramdisk.7d      \
 111                 random.7d       \
 112                 rge.7d          \
 113                 rtls.7d         \
 114                 sad.7d          \
 115                 sata.7d         \
 116                 scsa1394.7d     \
 117                 scsa2usb.7d     \
 118                 sd.7d           \
 119                 sdp.7d          \
 120                 sdt.7d          \
 121                 ses.7d          \
 122                 sfe.7d          \
 123                 sgen.7d         \
 124                 srpt.7d         \
 125                 st.7d           \
 126                 sysmsg.7d       \
 127                 systrace.7d     \


 238                 smbios.7d       \
 239                 smntemp.7d      \
 240                 uath.7d         \
 241                 ural.7d         \
 242                 urtw.7d         \
 243                 usmn.7d         \
 244                 vioblk.7d       \
 245                 vioif.7d        \
 246                 virtio.7d       \
 247                 wpi.7d          \
 248                 xhci.7d         \
 249                 zen_udf.7d      \
 250                 zyd.7d
 251 
 252 _MANLINKS=      1394.7d         \
 253                 allkmem.7d      \
 254                 fdc.7d          \
 255                 firewire.7d     \
 256                 kmem.7d         \
 257                 lo0.7d          \
 258                 pts.7d          \
 259                 ticots.7d       \
 260                 ticotsord.7d    \
 261                 urandom.7d      \
 262                 usb.7d
 263 
 264 sparc_MANLINKS= drmach.7d
 265 
 266 i386_MANLINKS=  amdzen_stub.7d
 267 
 268 MANFILES =      $(_MANFILES) $($(MACH)_MANFILES)
 269 MANLINKS =      $(_MANLINKS) $($(MACH)_MANLINKS)
 270 
 271 amdzen_stub.7d  := LINKSRC = amdzen.7d
 272 
 273 drmach.7d       := LINKSRC = dr.7d
 274 
 275 fdc.7d          := LINKSRC = fd.7d
 276 
 277 1394.7d         := LINKSRC = ieee1394.7d
 278 firewire.7d     := LINKSRC = ieee1394.7d
 279 
 280 lo0.7d          := LINKSRC = ipnet.7d
 281 
 282 pts.7d          := LINKSRC = ptm.7d
 283 
 284 allkmem.7d      := LINKSRC = mem.7d
 285 kmem.7d         := LINKSRC = mem.7d
 286 
 287 urandom.7d      := LINKSRC = random.7d
 288 
 289 ticots.7d       := LINKSRC = ticlts.7d
 290 ticotsord.7d    := LINKSRC = ticlts.7d
 291 
 292 usb.7d          := LINKSRC = usba.7d
 293 
 294 .KEEP_STATE:
 295 
 296 include         $(SRC)/man/Makefile.man
 297 
 298 install:        $(ROOTMANFILES) $(ROOTMANLINKS)