18329232eSGordon Ross#
28329232eSGordon Ross# CDDL HEADER START
38329232eSGordon Ross#
48329232eSGordon Ross# The contents of this file are subject to the terms of the
58329232eSGordon Ross# Common Development and Distribution License (the "License").
68329232eSGordon Ross# You may not use this file except in compliance with the License.
78329232eSGordon Ross#
88329232eSGordon Ross# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
98329232eSGordon Ross# or http://www.opensolaris.org/os/licensing.
108329232eSGordon Ross# See the License for the specific language governing permissions
118329232eSGordon Ross# and limitations under the License.
128329232eSGordon Ross#
138329232eSGordon Ross# When distributing Covered Code, include this CDDL HEADER in each
148329232eSGordon Ross# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
158329232eSGordon Ross# If applicable, add the following below this CDDL HEADER, with the
168329232eSGordon Ross# fields enclosed by brackets "[]" replaced with your own identifying
178329232eSGordon Ross# information: Portions Copyright [yyyy] [name of copyright owner]
188329232eSGordon Ross#
198329232eSGordon Ross# CDDL HEADER END
208329232eSGordon Ross#
218329232eSGordon Ross#
228329232eSGordon Ross# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
238329232eSGordon Ross# Use is subject to license terms.
248329232eSGordon Ross#
258329232eSGordon Ross# Copyright 2017 Nexenta Systems, Inc.  All rights reserved.
268329232eSGordon Ross#
278329232eSGordon Ross
288329232eSGordon Ross.KEEP_STATE:
298329232eSGordon Ross
308329232eSGordon Rossall := TARGET = all
318329232eSGordon Rosscheck := TARGET = check
328329232eSGordon Rossclean := TARGET = clean
338329232eSGordon Rossclobber := TARGET = clobber
348329232eSGordon Rossinstall := TARGET = install
358329232eSGordon Rossinstall_h := TARGET = install_h
368329232eSGordon Ross
37*241c90a0SRichard Loweall check clean clobber install install_h: $(SUBDIRS)
388329232eSGordon Ross
398329232eSGordon Ross$(SUBDIRS): FRC
408329232eSGordon Ross	@cd $@; pwd; VERSION='$(VERSION)' $(MAKE) $(TARGET)
418329232eSGordon Ross
428329232eSGordon RossFRC:
43