1*503609a9SYuri Pankov# 2*503609a9SYuri Pankov# This file and its contents are supplied under the terms of the 3*503609a9SYuri Pankov# Common Development and Distribution License ("CDDL"), version 1.0. 4*503609a9SYuri Pankov# You may only use this file in accordance with the terms of version 5*503609a9SYuri Pankov# 1.0 of the CDDL. 6*503609a9SYuri Pankov# 7*503609a9SYuri Pankov# A full copy of the text of the CDDL should have accompanied this 8*503609a9SYuri Pankov# source. A copy of the CDDL is also available via the Internet at 9*503609a9SYuri Pankov# http://www.illumos.org/license/CDDL. 10*503609a9SYuri Pankov# 11*503609a9SYuri Pankov 12*503609a9SYuri Pankov# 13*503609a9SYuri Pankov# Copyright 2017 Nexenta Systems, Inc. 14*503609a9SYuri Pankov# 15*503609a9SYuri Pankov 16*503609a9SYuri PankovSUBDIRS= hwdata \ 17*503609a9SYuri Pankov locale \ 18*503609a9SYuri Pankov terminfo \ 19*503609a9SYuri Pankov zoneinfo 20*503609a9SYuri Pankov 21*503609a9SYuri PankovMSGSUBDIRS= zoneinfo 22*503609a9SYuri Pankov 23*503609a9SYuri Pankovall := TARGET=all 24*503609a9SYuri Pankovclean := TARGET=clean 25*503609a9SYuri Pankovclobber := TARGET=clobber 26*503609a9SYuri Pankovinstall := TARGET=install 27*503609a9SYuri Pankov_msg := TARGET=_msg 28*503609a9SYuri Pankov 29*503609a9SYuri Pankov.KEEP_STATE: 30*503609a9SYuri Pankov 31*503609a9SYuri Pankovall clean clobber install: $(SUBDIRS) 32*503609a9SYuri Pankov 33*503609a9SYuri Pankov_msg: $(MSGSUBDIRS) 34*503609a9SYuri Pankov 35*503609a9SYuri Pankov$(SUBDIRS): FRC 36*503609a9SYuri Pankov cd $@; pwd; $(MAKE) $(TARGET) 37*503609a9SYuri Pankov 38*503609a9SYuri PankovFRC: 39