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