Makefile revision 5648:161f8007cab9
1218885Sdim#
2218885Sdim# CDDL HEADER START
3218885Sdim#
4218885Sdim# The contents of this file are subject to the terms of the
5218885Sdim# Common Development and Distribution License (the "License").
6218885Sdim# You may not use this file except in compliance with the License.
7218885Sdim#
8218885Sdim# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9218885Sdim# or http://www.opensolaris.org/os/licensing.
10218885Sdim# See the License for the specific language governing permissions
11218885Sdim# and limitations under the License.
12218885Sdim#
13218885Sdim# When distributing Covered Code, include this CDDL HEADER in each
14280031Sdim# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15280031Sdim# If applicable, add the following below this CDDL HEADER, with the
16218885Sdim# fields enclosed by brackets "[]" replaced with your own identifying
17218885Sdim# information: Portions Copyright [yyyy] [name of copyright owner]
18218885Sdim#
19218885Sdim# CDDL HEADER END
20234353Sdim#
21234353Sdim#
22234353Sdim#ident	"%Z%%M%	%I%	%E% SMI"
23218885Sdim#
24218885Sdim# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
25218885Sdim# Use is subject to license terms.
26218885Sdim#
27218885Sdim# psm/stand/bootblks/zfs/i386/Makefile
28218885Sdim#
29218885SdimBASEDIR = ../..
30218885Sdim
31218885Sdiminclude $(BASEDIR)/zfs/Makefile.zfs
32218885Sdim
33218885Sdimall	:=	TARGET= all
34226633Sdiminstall	:=	TARGET= install
35226633Sdimclean	:=	TARGET= clean
36226633Sdimclobber	:=	TARGET= clobber
37218885Sdimlint	:=	TARGET= lint
38226633Sdim
39226633Sdim.KEEP_STATE:
40226633Sdim
41226633Sdimall install lint clean clobber: FRC
42226633Sdim
43226633SdimFRC:
44226633Sdim