diff options
Diffstat (limited to 'usr/src/data/Makefile')
-rw-r--r-- | usr/src/data/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/data/Makefile b/usr/src/data/Makefile index 2c617eb622..e6a33bc1d5 100644 --- a/usr/src/data/Makefile +++ b/usr/src/data/Makefile @@ -13,12 +13,16 @@ # Copyright 2017 Nexenta Systems, Inc. # -SUBDIRS= consfonts \ +COMMON_SUBDIRS= consfonts \ hwdata \ locale \ terminfo \ zoneinfo +i386_SUBDIRS= ucode + +SUBDIRS = $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS) + MSGSUBDIRS= zoneinfo all := TARGET=all |