15d0e1406SMarcel Telka# 25d0e1406SMarcel Telka# This file and its contents are supplied under the terms of the 35d0e1406SMarcel Telka# Common Development and Distribution License ("CDDL"), version 1.0. 45d0e1406SMarcel Telka# You may only use this file in accordance with the terms of version 55d0e1406SMarcel Telka# 1.0 of the CDDL. 65d0e1406SMarcel Telka# 75d0e1406SMarcel Telka# A full copy of the text of the CDDL should have accompanied this 85d0e1406SMarcel Telka# source. A copy of the CDDL is also available via the Internet at 95d0e1406SMarcel Telka# http://www.illumos.org/license/CDDL. 105d0e1406SMarcel Telka# 115d0e1406SMarcel Telka 125d0e1406SMarcel Telka# 135d0e1406SMarcel Telka# Copyright 2017 Nexenta Systems, Inc. 14*3db3a4acSRobert Mustacchi# Copyright 2019 Joyent, Inc. 155d0e1406SMarcel Telka# 165d0e1406SMarcel Telka 1753548f91SRobert MustacchiCOMMON_SUBDIRS= hwdata \ 185d0e1406SMarcel Telka zoneinfo 195d0e1406SMarcel Telka 20*3db3a4acSRobert Mustacchii386_SUBDIRS= amdpmc perfmon 2153548f91SRobert Mustacchi 2253548f91SRobert MustacchiSUBDIRS = $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS) 2353548f91SRobert Mustacchi 245d0e1406SMarcel TelkaMSGSUBDIRS= zoneinfo 255d0e1406SMarcel Telka 265d0e1406SMarcel Telkaall := TARGET=all 275d0e1406SMarcel Telkaclean := TARGET=clean 285d0e1406SMarcel Telkaclobber := TARGET=clobber 295d0e1406SMarcel Telkainstall := TARGET=install 305d0e1406SMarcel Telka_msg := TARGET=_msg 315d0e1406SMarcel Telka 325d0e1406SMarcel Telka.KEEP_STATE: 335d0e1406SMarcel Telka 345d0e1406SMarcel Telkaall clean clobber install: $(SUBDIRS) 355d0e1406SMarcel Telka 365d0e1406SMarcel Telka_msg: $(MSGSUBDIRS) 375d0e1406SMarcel Telka 385d0e1406SMarcel Telka$(SUBDIRS): FRC 395d0e1406SMarcel Telka cd $@; pwd; $(MAKE) $(TARGET) 405d0e1406SMarcel Telka 415d0e1406SMarcel TelkaFRC: 42