9820 Want risc-v disassembler
[unleashed.git] / usr / src / data / Makefile
blob2c617eb62268fc7cdfec0ba6999f260617c5b4d6
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2017 Nexenta Systems, Inc.
16 SUBDIRS= consfonts \
17 hwdata \
18 locale \
19 terminfo \
20 zoneinfo
22 MSGSUBDIRS= zoneinfo
24 all := TARGET=all
25 clean := TARGET=clean
26 clobber := TARGET=clobber
27 install := TARGET=install
28 _msg := TARGET=_msg
30 .KEEP_STATE:
32 all clean clobber install: $(SUBDIRS)
34 _msg: $(MSGSUBDIRS)
36 $(SUBDIRS): FRC
37 cd $@; pwd; $(MAKE) $(TARGET)
39 FRC: