1*ea8dc4b6Seschrock#
2*ea8dc4b6Seschrock# CDDL HEADER START
3*ea8dc4b6Seschrock#
4*ea8dc4b6Seschrock# The contents of this file are subject to the terms of the
5*ea8dc4b6Seschrock# Common Development and Distribution License (the "License").
6*ea8dc4b6Seschrock# You may not use this file except in compliance with the License.
7*ea8dc4b6Seschrock#
8*ea8dc4b6Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*ea8dc4b6Seschrock# or http://www.opensolaris.org/os/licensing.
10*ea8dc4b6Seschrock# See the License for the specific language governing permissions
11*ea8dc4b6Seschrock# and limitations under the License.
12*ea8dc4b6Seschrock#
13*ea8dc4b6Seschrock# When distributing Covered Code, include this CDDL HEADER in each
14*ea8dc4b6Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*ea8dc4b6Seschrock# If applicable, add the following below this CDDL HEADER, with the
16*ea8dc4b6Seschrock# fields enclosed by brackets "[]" replaced with your own identifying
17*ea8dc4b6Seschrock# information: Portions Copyright [yyyy] [name of copyright owner]
18*ea8dc4b6Seschrock#
19*ea8dc4b6Seschrock# CDDL HEADER END
20*ea8dc4b6Seschrock#
21*ea8dc4b6Seschrock#
22*ea8dc4b6Seschrock# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*ea8dc4b6Seschrock# Use is subject to license terms.
24*ea8dc4b6Seschrock#
25*ea8dc4b6Seschrock#ident	"%Z%%M%	%I%	%E% SMI"
26*ea8dc4b6Seschrock
27*ea8dc4b6Seschrockinclude ../../Makefile.com
28*ea8dc4b6Seschrockinclude $(SRC)/Makefile.master.64
29*ea8dc4b6Seschrockinclude ../../Makefile.targ
30*ea8dc4b6Seschrock
31*ea8dc4b6SeschrockLDLIBS += -lzfs
32*ea8dc4b6Seschrock
33*ea8dc4b6Seschrockinstall: all $(ROOTPROG64)
34