summaryrefslogtreecommitdiff
path: root/usr/src/cmd/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/boot/Makefile')
-rw-r--r--usr/src/cmd/boot/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/usr/src/cmd/boot/Makefile b/usr/src/cmd/boot/Makefile
index c18e53e57b..c923fe599b 100644
--- a/usr/src/cmd/boot/Makefile
+++ b/usr/src/cmd/boot/Makefile
@@ -19,8 +19,7 @@
# CDDL HEADER END
#
#
-# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
#
include $(SRC)/cmd/Makefile.cmd
@@ -38,6 +37,9 @@ i386_SUBDIRS= \
mbr \
symdef
+sparc_SUBDIRS= \
+ installboot
+
COMMON_LINTSUBDIRS= \
bootadm
@@ -46,6 +48,9 @@ i386_LINTSUBDIRS= \
installgrub \
symdef
+sparc_LINTSUBDIRS= \
+ installboot
+
COMMON_MSGSUBDIRS= \
bootadm \
fiocompress
@@ -53,6 +58,9 @@ COMMON_MSGSUBDIRS= \
i386_MSGSUBDIRS= \
installgrub
+sparc_MSGSUBDIRS= \
+ installboot
+
all:= TARGET= all
install:= TARGET= install