diff options
| author | Robert Mustacchi <rm@joyent.com> | 2018-04-13 05:05:22 +0000 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2018-04-30 23:17:58 +0000 |
| commit | 3416ecda28031d334306967dcced78e7d41eff8b (patch) | |
| tree | 6f611880e4fdd37da82f8ba5edd90ec904993f95 /usr/src/cmd/Makefile | |
| parent | 66c901cbd443b11122d6c3b84de5ccb16e76efeb (diff) | |
| download | illumos-joyent-3416ecda28031d334306967dcced78e7d41eff8b.tar.gz | |
OS-6893 Want basic AHCI enclosure services
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Rob Johnston <rob.johnston@joyent.com>
Approved by: Jason King <jason.king@joyent.com>
Diffstat (limited to 'usr/src/cmd/Makefile')
| -rw-r--r-- | usr/src/cmd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/Makefile b/usr/src/cmd/Makefile index e69f940e11..9d42f388cd 100644 --- a/usr/src/cmd/Makefile +++ b/usr/src/cmd/Makefile @@ -21,7 +21,7 @@ # # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. -# Copyright (c) 2017, Joyent, Inc. +# Copyright (c) 2018, Joyent, Inc. # Copyright (c) 2012 by Delphix. All rights reserved. # Copyright (c) 2013 DEY Storage Systems, Inc. All rights reserved. # Copyright 2014 Garrett D'Amore <garrett@damore.org> @@ -60,6 +60,7 @@ COMMON_SUBDIRS= \ adbgen \ acct \ acctadm \ + ahciem \ arch \ asa \ ast \ |
