1*e557d412SChristopher Kiick# 2*e557d412SChristopher Kiick# CDDL HEADER START 3*e557d412SChristopher Kiick# 4*e557d412SChristopher Kiick# The contents of this file are subject to the terms of the 5*e557d412SChristopher Kiick# Common Development and Distribution License (the "License"). 6*e557d412SChristopher Kiick# You may not use this file except in compliance with the License. 7*e557d412SChristopher Kiick# 8*e557d412SChristopher Kiick# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*e557d412SChristopher Kiick# or http://www.opensolaris.org/os/licensing. 10*e557d412SChristopher Kiick# See the License for the specific language governing permissions 11*e557d412SChristopher Kiick# and limitations under the License. 12*e557d412SChristopher Kiick# 13*e557d412SChristopher Kiick# When distributing Covered Code, include this CDDL HEADER in each 14*e557d412SChristopher Kiick# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*e557d412SChristopher Kiick# If applicable, add the following below this CDDL HEADER, with the 16*e557d412SChristopher Kiick# fields enclosed by brackets "[]" replaced with your own identifying 17*e557d412SChristopher Kiick# information: Portions Copyright [yyyy] [name of copyright owner] 18*e557d412SChristopher Kiick# 19*e557d412SChristopher Kiick# CDDL HEADER END 20*e557d412SChristopher Kiick# 21*e557d412SChristopher Kiick# 22*e557d412SChristopher Kiick# 23*e557d412SChristopher Kiick# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 24*e557d412SChristopher Kiick# Use is subject to license terms. 25*e557d412SChristopher Kiick# 26*e557d412SChristopher Kiick 27*e557d412SChristopher Kiickinclude ../../Makefile.cmd 28*e557d412SChristopher Kiick 29*e557d412SChristopher KiickMANIFEST= boot-config.xml 30*e557d412SChristopher KiickSVCMETHOD= svc-boot-config 31*e557d412SChristopher Kiick 32*e557d412SChristopher KiickROOTMANIFESTDIR = $(ROOTSVCSYSTEM) 33*e557d412SChristopher Kiick 34*e557d412SChristopher Kiickall clean clobber lint: 35*e557d412SChristopher Kiick 36*e557d412SChristopher Kiickinstall: all $(ROOTMANIFEST) $(ROOTSVCMETHOD) 37*e557d412SChristopher Kiick 38*e557d412SChristopher Kiickcheck: $(CHKMANIFEST) 39*e557d412SChristopher Kiick 40*e557d412SChristopher Kiickinclude ../../Makefile.targ 41