239N/A#
239N/A# CDDL HEADER START
239N/A#
239N/A# The contents of this file are subject to the terms of the
239N/A# Common Development and Distribution License, Version 1.0 only
239N/A# (the "License"). You may not use this file except in compliance
239N/A# with the License.
239N/A#
239N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
239N/A# or http://www.opensolaris.org/os/licensing.
239N/A# See the License for the specific language governing permissions
239N/A# and limitations under the License.
239N/A#
239N/A# When distributing Covered Code, include this CDDL HEADER in each
239N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
239N/A# If applicable, add the following below this CDDL HEADER, with the
239N/A# fields enclosed by brackets "[]" replaced with your own identifying
239N/A# information: Portions Copyright [yyyy] [name of copyright owner]
873N/A#
239N/A# CDDL HEADER END
239N/A#
239N/A#
239N/A#ident "%Z%%M% %I% %E% SMI"
239N/A#
3232N/A# Copyright (c) 1989 by Sun Microsystems, Inc.
239N/A#
239N/A
239N/APROG= printenv
239N/A
239N/Ainclude ../Makefile.ucbcmd
239N/A
239N/AFILEMODE= 755
2017N/A
2017N/A.KEEP_STATE:
239N/A
239N/Aall: $(PROG)
239N/A
239N/Ainstall: all $(ROOTPROG)
239N/A
239N/Aclean:
2017N/A
239N/Alint: lint_PROG
239N/A
239N/Ainclude ../Makefile.ucbtarg
2017N/A