From 503609a9497e27f206d815a06ce90a747d2ce573 Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Wed, 29 Mar 2017 17:42:07 +0300 Subject: 8038 untangle data from usr/src/cmd Reviewed by: Toomas Soome Reviewed by: Alexander Pyhalov Reviewed by: Robert Mustacchi Approved by: Hans Rosenfeld --- usr/src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr/src/Makefile') 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 \ -- cgit v1.2.3