Print this page
re #13553 rb4471 add ipkg brand scripts
@@ -18,10 +18,11 @@
#
# CDDL HEADER END
#
#
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
#
# lib/brand/Makefile
#
# include global definitions
include ../../Makefile.master
@@ -29,11 +30,11 @@
#
# Build everything in parallel; use .WAIT for dependencies
.PARALLEL:
SUBDIRS= shared .WAIT sn1 solaris10 ipkg labeled $($(MACH)_SUBDIRS)
-MSGSUBDIRS= solaris10 shared $($(MACH)_MSGSUBDIRS)
+MSGSUBDIRS= solaris10 ipkg shared $($(MACH)_MSGSUBDIRS)
all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber