diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2019-01-23 10:20:17 +0000 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2019-01-24 15:29:23 +0100 |
commit | a016ad93bcf2a20e416da9f44cd299eb19ab4c08 (patch) | |
tree | 914afe6b19a3139bc4bda8cc3e59423fcd102ebb /usr/src | |
parent | 0d640b6ed315cfedad6977d67f8dea20725d0b8d (diff) | |
download | illumos-joyent-a016ad93bcf2a20e416da9f44cd299eb19ab4c08.tar.gz |
10274 Some files built but not packaged on sparc
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/Makefile | 5 | ||||
-rw-r--r-- | usr/src/man/man5/Makefile | 3 | ||||
-rw-r--r-- | usr/src/man/man7d/Makefile | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/usr/src/cmd/Makefile b/usr/src/cmd/Makefile index 85c43834e1..300f92bf36 100644 --- a/usr/src/cmd/Makefile +++ b/usr/src/cmd/Makefile @@ -28,6 +28,7 @@ # Copyright 2016 Toomas Soome <tsoome@me.com> # Copyright 2018 Nexenta Systems, Inc. # Copyright 2018 Gary Mills +# Copyright 2019 Peter Tribble # include ../Makefile.master @@ -62,7 +63,6 @@ COMMON_SUBDIRS= \ adbgen \ acct \ acctadm \ - ahciem \ arch \ asa \ ast \ @@ -109,7 +109,6 @@ COMMON_SUBDIRS= \ ctrun \ ctstat \ ctwatch \ - cxgbetool \ datadm \ date \ dc \ @@ -478,7 +477,9 @@ i386_SUBDIRS= \ acpi \ acpihpd \ addbadsec \ + ahciem \ biosdev \ + cxgbetool \ diskscan \ nvmeadm \ rtc \ diff --git a/usr/src/man/man5/Makefile b/usr/src/man/man5/Makefile index f9c8923f0d..9eb12d0164 100644 --- a/usr/src/man/man5/Makefile +++ b/usr/src/man/man5/Makefile @@ -17,6 +17,7 @@ # Copyright (c) 2015, Joyent, Inc. All rights reserved. # Copyright 2018 Gary Mills # Copyright 2019 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2019 Peter Tribble # include $(SRC)/Makefile.master @@ -63,7 +64,6 @@ _MANFILES= Intro.5 \ ieee802.11.5 \ ipfilter.5 \ isalist.5 \ - isoboot.5 \ kerberos.5 \ krb5_auth_rules.5 \ krb5envvar.5 \ @@ -142,6 +142,7 @@ i386_MANFILES= beastie.4th.5 \ color.4th.5 \ delay.4th.5 \ gptzfsboot.5 \ + isoboot.5 \ loader.5 \ loader.4th.5 \ menu.4th.5 \ diff --git a/usr/src/man/man7d/Makefile b/usr/src/man/man7d/Makefile index f27ddf6131..a76d09cf03 100644 --- a/usr/src/man/man7d/Makefile +++ b/usr/src/man/man7d/Makefile @@ -15,6 +15,7 @@ # Copyright (c) 2017, Joyent, Inc. # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> # Copyright 2018 Nexenta Systems, Inc. +# Copyright 2019 Peter Tribble # include $(SRC)/Makefile.master @@ -102,7 +103,6 @@ _MANFILES= aac.7d \ ptm.7d \ pts.7d \ pty.7d \ - qede.7d \ qlc.7d \ ramdisk.7d \ random.7d \ @@ -221,6 +221,7 @@ i386_MANFILES= ahci.7d \ nv_sata.7d \ nvme.7d \ pcn.7d \ + qede.7d \ radeon.7d \ ral.7d \ rtw.7d \ |