943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# CDDL HEADER START
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# The contents of this file are subject to the terms of the
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# Common Development and Distribution License (the "License").
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# You may not use this file except in compliance with the License.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# or http://www.opensolaris.org/os/licensing.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# See the License for the specific language governing permissions
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# and limitations under the License.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# When distributing Covered Code, include this CDDL HEADER in each
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# If applicable, add the following below this CDDL HEADER, with the
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# fields enclosed by brackets "[]" replaced with your own identifying
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# information: Portions Copyright [yyyy] [name of copyright owner]
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# CDDL HEADER END
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori AltFSTYPE= zfs
943e986932fa226a74f0366cc19011abfba3d246Lori AltLIBPROG= bootinstall
943e986932fa226a74f0366cc19011abfba3d246Lori AltSRCS= bootinstall.sh
943e986932fa226a74f0366cc19011abfba3d246Lori AltSUBDIRS= etc
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Altall := TARGET = all
943e986932fa226a74f0366cc19011abfba3d246Lori Altinstall := TARGET = install
943e986932fa226a74f0366cc19011abfba3d246Lori Altclean := TARGET = clean
943e986932fa226a74f0366cc19011abfba3d246Lori Altclobber := TARGET = clobber
943e986932fa226a74f0366cc19011abfba3d246Lori Altlint := TARGET = lint
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Alt.KEEP_STATE:
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Altinclude ../../Makefile.fstype
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Altall: $(SUBDIRS) $(LIBPROG)
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Altinstall: $(SUBDIRS)
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Altclean:
943e986932fa226a74f0366cc19011abfba3d246Lori Alt $(RM) $(LIBPROG)
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Alt$(SUBDIRS): FRC
943e986932fa226a74f0366cc19011abfba3d246Lori Alt @cd $@; pwd; $(MAKE) $(TARGET)
943e986932fa226a74f0366cc19011abfba3d246Lori AltFRC: