diff options
| author | Toomas Soome <tsoome@me.com> | 2015-06-24 21:59:53 +0300 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2016-09-22 11:43:39 -0700 |
| commit | 0c946d80993858b7b1314e0b31773e48500e03fb (patch) | |
| tree | 1cef0a0ed0424f3ceaf5e520e4dc19ad29857f49 /usr/src/cmd/boot/Makefile | |
| parent | 1386b601c0c7f5c89a9325b8a1e34037304e8119 (diff) | |
| download | illumos-joyent-0c946d80993858b7b1314e0b31773e48500e03fb.tar.gz | |
6701 add installboot to i386 platform (loader project)
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/cmd/boot/Makefile')
| -rw-r--r-- | usr/src/cmd/boot/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/usr/src/cmd/boot/Makefile b/usr/src/cmd/boot/Makefile index c923fe599b..32f8c778d6 100644 --- a/usr/src/cmd/boot/Makefile +++ b/usr/src/cmd/boot/Makefile @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# +# Copyright 2016 Toomas Soome <tsoome@me.com> # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. # @@ -30,36 +30,36 @@ COMMON_SUBDIRS= \ filelist \ fiocompress \ scripts \ - bootadm + bootadm \ + installboot i386_SUBDIRS= \ installgrub \ mbr \ symdef -sparc_SUBDIRS= \ - installboot +sparc_SUBDIRS= COMMON_LINTSUBDIRS= \ - bootadm + bootadm \ + installboot i386_LINTSUBDIRS= \ fiocompress \ installgrub \ symdef -sparc_LINTSUBDIRS= \ - installboot +sparc_LINTSUBDIRS= COMMON_MSGSUBDIRS= \ bootadm \ - fiocompress + fiocompress \ + installboot i386_MSGSUBDIRS= \ installgrub -sparc_MSGSUBDIRS= \ - installboot +sparc_MSGSUBDIRS= all:= TARGET= all |
