Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
227N/A#
227N/A# CDDL HEADER START
227N/A#
227N/A# The contents of this file are subject to the terms of the
227N/A# Common Development and Distribution License (the "License").
227N/A# You may not use this file except in compliance with the License.
227N/A#
227N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
227N/A# or http://www.opensolaris.org/os/licensing.
227N/A# See the License for the specific language governing permissions
227N/A# and limitations under the License.
227N/A#
227N/A# When distributing Covered Code, include this CDDL HEADER in each
227N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
227N/A# If applicable, add the following below this CDDL HEADER, with the
227N/A# fields enclosed by brackets "[]" replaced with your own identifying
227N/A# information: Portions Copyright [yyyy] [name of copyright owner]
227N/A#
227N/A# CDDL HEADER END
227N/A#
3817N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
227N/A# Use is subject to license terms.
227N/A#
227N/A
227N/APROG= setpgrp
227N/A
227N/Ainclude ../Makefile.cmd
618N/A
227N/A.KEEP_STATE:
227N/A
844N/Aall: $(PROG)
844N/A
227N/Ainstall: all $(ROOTPROG)
1258N/A
227N/Aclean:
2974N/A
2974N/Alint: lint_PROG
3817N/A
3817N/Ainclude ../Makefile.targ
3817N/A