1008N/A#
1008N/A# CDDL HEADER START
1008N/A#
1008N/A# The contents of this file are subject to the terms of the
1008N/A# Common Development and Distribution License, Version 1.0 only
1008N/A# (the "License"). You may not use this file except in compliance
1008N/A# with the License.
1008N/A#
1008N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1008N/A# or http://www.opensolaris.org/os/licensing.
1008N/A# See the License for the specific language governing permissions
1008N/A# and limitations under the License.
1008N/A#
1008N/A# When distributing Covered Code, include this CDDL HEADER in each
1008N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1008N/A# If applicable, add the following below this CDDL HEADER, with the
1008N/A# fields enclosed by brackets "[]" replaced with your own identifying
1008N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1008N/A#
1008N/A# CDDL HEADER END
1008N/A#
1008N/A#
1008N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
1008N/A# Use is subject to license terms.
1008N/A#
1008N/A
1008N/APROG= dd
1008N/A
1008N/Ainclude ../Makefile.cmd
1008N/A
1008N/ACFLAGS += $(CCVERBOSE)
1470N/ACERRWARN += -_gcc=-Wno-uninitialized
1470N/ACPPFLAGS += -D_FILE_OFFSET_BITS=64
1008N/A
1470N/A.KEEP_STATE:
1140N/A
1470N/Aall: $(PROG)
1470N/A
1008N/Ainstall: all $(ROOTPROG)
2501N/A
2501N/Aclean:
1008N/A
1008N/Alint: lint_PROG
1008N/A
1008N/Ainclude ../Makefile.targ
1008N/A