summaryrefslogtreecommitdiff
path: root/usr/src/Makefile
diff options
context:
space:
mode:
authorYuri Pankov <yuri.pankov@nexenta.com>2017-03-29 17:42:07 +0300
committerHans Rosenfeld <hans.rosenfeld@joyent.com>2017-05-02 07:49:37 +0200
commit503609a9497e27f206d815a06ce90a747d2ce573 (patch)
tree1f9c48e41ef129dee29d66ddad42068b33041dd0 /usr/src/Makefile
parent48d8443e35c27b5e39226cd33f279567424ad20a (diff)
downloadillumos-joyent-503609a9497e27f206d815a06ce90a747d2ce573.tar.gz
8038 untangle data from usr/src/cmd
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Alexander Pyhalov <alp@rsu.ru> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
Diffstat (limited to 'usr/src/Makefile')
-rw-r--r--usr/src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/Makefile b/usr/src/Makefile
index 09530d48da..4f77662d45 100644
--- a/usr/src/Makefile
+++ b/usr/src/Makefile
@@ -38,7 +38,7 @@ include Makefile.master
# it defines TARGETDIRS and ROOTDIRS.
include Targetdirs
-COMMON_SUBDIRS= uts lib cmd ucblib ucbcmd psm man test
+COMMON_SUBDIRS= data uts lib cmd ucblib ucbcmd psm man test
sparc_SUBDIRS= stand
i386_SUBDIRS= grub boot
@@ -64,7 +64,7 @@ PARALLEL_HEADERS = sysheaders userheaders libheaders cmdheaders
#
# Directories that can be built in parallel
#
-PARALLEL_DIRS = uts lib man
+PARALLEL_DIRS = data uts lib man
# The check target also causes smf(5) service manifests to be validated.
CHKMFSTSUBDIRS= cmd
@@ -72,7 +72,7 @@ CHKMFSTSUBDIRS= cmd
# And man page formats
CHKMANSUBDIRS = man
-MSGSUBDIRS= cmd ucbcmd lib
+MSGSUBDIRS= cmd ucbcmd lib data
DOMAINS= \
SUNW_OST_ADMIN \
SUNW_OST_NETRPC \