Print this page
11844 add rdmsr utility
Reviewed by: Dan McDonald <danmcd@joyent.com>
   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 Joyent, Inc.
  15 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  16 # Copyright (c) 2013, 2016 by Delphix. All rights reserved.
  17 # Copyright 2016 Toomas Soome <tsoome@me.com>
  18 # Copyright 2018 Nexenta Systems, Inc.
  19 # Copyright (c) 2017, Chris Fraire <cfraire@me.com>.
  20 # Copyright 2019 Peter Tribble
  21 #
  22 
  23 include         $(SRC)/Makefile.master
  24 
  25 MANSECT=        1m
  26 
  27 _MANFILES=      6to4relay.1m            \
  28                 Intro.1m                \
  29                 Uutry.1m                \
  30                 accept.1m               \
  31                 acct.1m                 \
  32                 acctadm.1m              \
  33                 acctcms.1m              \
  34                 acctcon.1m              \


 526                 yppush.1m               \
 527                 ypserv.1m               \
 528                 ypset.1m                \
 529                 ypstart.1m              \
 530                 ypxfr.1m                \
 531                 zdb.1m                  \
 532                 zdump.1m                \
 533                 zfs.1m                  \
 534                 zfs-program.1m          \
 535                 zic.1m                  \
 536                 zoneadm.1m              \
 537                 zoneadmd.1m             \
 538                 zonecfg.1m              \
 539                 zpool.1m                \
 540                 zstreamdump.1m          \
 541                 ztest.1m
 542 
 543 i386_MANFILES=                          \
 544                 acpidump.1m             \
 545                 acpixtract.1m           \
 546                 nvmeadm.1m

 547 
 548 sparc_MANFILES= dcs.1m                  \
 549                 drd.1m                  \
 550                 efdaemon.1m             \
 551                 ldmad.1m                \
 552                 monitor.1m              \
 553                 obpsym.1m               \
 554                 oplhpd.1m               \
 555                 prtdscp.1m              \
 556                 sckmd.1m                \
 557                 sf880drd.1m             \
 558                 vntsd.1m
 559 
 560 MANLINKS=       acctcon1.1m                     \
 561                 acctcon2.1m                     \
 562                 acctdisk.1m                     \
 563                 acctdusg.1m                     \
 564                 accton.1m                       \
 565                 acctprc1.1m                     \
 566                 acctprc2.1m                     \


   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 2019 Joyent, Inc.
  15 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
  16 # Copyright (c) 2013, 2016 by Delphix. All rights reserved.
  17 # Copyright 2016 Toomas Soome <tsoome@me.com>
  18 # Copyright 2018 Nexenta Systems, Inc.
  19 # Copyright (c) 2017, Chris Fraire <cfraire@me.com>.
  20 # Copyright 2019 Peter Tribble
  21 #
  22 
  23 include         $(SRC)/Makefile.master
  24 
  25 MANSECT=        1m
  26 
  27 _MANFILES=      6to4relay.1m            \
  28                 Intro.1m                \
  29                 Uutry.1m                \
  30                 accept.1m               \
  31                 acct.1m                 \
  32                 acctadm.1m              \
  33                 acctcms.1m              \
  34                 acctcon.1m              \


 526                 yppush.1m               \
 527                 ypserv.1m               \
 528                 ypset.1m                \
 529                 ypstart.1m              \
 530                 ypxfr.1m                \
 531                 zdb.1m                  \
 532                 zdump.1m                \
 533                 zfs.1m                  \
 534                 zfs-program.1m          \
 535                 zic.1m                  \
 536                 zoneadm.1m              \
 537                 zoneadmd.1m             \
 538                 zonecfg.1m              \
 539                 zpool.1m                \
 540                 zstreamdump.1m          \
 541                 ztest.1m
 542 
 543 i386_MANFILES=                          \
 544                 acpidump.1m             \
 545                 acpixtract.1m           \
 546                 nvmeadm.1m              \
 547                 rdmsr.1m
 548 
 549 sparc_MANFILES= dcs.1m                  \
 550                 drd.1m                  \
 551                 efdaemon.1m             \
 552                 ldmad.1m                \
 553                 monitor.1m              \
 554                 obpsym.1m               \
 555                 oplhpd.1m               \
 556                 prtdscp.1m              \
 557                 sckmd.1m                \
 558                 sf880drd.1m             \
 559                 vntsd.1m
 560 
 561 MANLINKS=       acctcon1.1m                     \
 562                 acctcon2.1m                     \
 563                 acctdisk.1m                     \
 564                 acctdusg.1m                     \
 565                 accton.1m                       \
 566                 acctprc1.1m                     \
 567                 acctprc2.1m                     \