xref: /titanic_41/usr/src/data/Makefile (revision 9f390783e179fe384a3fc7c8b8bb6a9b7c29eb50)
12386db68SMarcel Telka#
22386db68SMarcel Telka# This file and its contents are supplied under the terms of the
32386db68SMarcel Telka# Common Development and Distribution License ("CDDL"), version 1.0.
42386db68SMarcel Telka# You may only use this file in accordance with the terms of version
52386db68SMarcel Telka# 1.0 of the CDDL.
62386db68SMarcel Telka#
72386db68SMarcel Telka# A full copy of the text of the CDDL should have accompanied this
82386db68SMarcel Telka# source.  A copy of the CDDL is also available via the Internet at
92386db68SMarcel Telka# http://www.illumos.org/license/CDDL.
102386db68SMarcel Telka#
112386db68SMarcel Telka
122386db68SMarcel Telka#
132386db68SMarcel Telka# Copyright 2017 Nexenta Systems, Inc.
142386db68SMarcel Telka#
152386db68SMarcel Telka
16*9f390783SYuri PankovSUBDIRS=	hwdata \
172386db68SMarcel Telka		zoneinfo
182386db68SMarcel Telka
192386db68SMarcel TelkaMSGSUBDIRS= 	zoneinfo
202386db68SMarcel Telka
212386db68SMarcel Telkaall :=		TARGET=all
222386db68SMarcel Telkaclean :=	TARGET=clean
232386db68SMarcel Telkaclobber :=	TARGET=clobber
242386db68SMarcel Telkainstall :=	TARGET=install
252386db68SMarcel Telka_msg :=		TARGET=_msg
262386db68SMarcel Telka
272386db68SMarcel Telka.KEEP_STATE:
282386db68SMarcel Telka
292386db68SMarcel Telkaall clean clobber install: $(SUBDIRS)
302386db68SMarcel Telka
312386db68SMarcel Telka_msg:		$(MSGSUBDIRS)
322386db68SMarcel Telka
332386db68SMarcel Telka$(SUBDIRS):	FRC
342386db68SMarcel Telka		cd $@; pwd; $(MAKE) $(TARGET)
352386db68SMarcel Telka
362386db68SMarcel TelkaFRC:
37