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