xref: /onnv-gate/usr/src/cmd/picl/plugins/sun4v/lib/Makefile (revision 3941:328be6a20f20)
1*3941Svenki#
2*3941Svenki# CDDL HEADER START
3*3941Svenki#
4*3941Svenki# The contents of this file are subject to the terms of the
5*3941Svenki# Common Development and Distribution License (the "License").
6*3941Svenki# You may not use this file except in compliance with the License.
7*3941Svenki#
8*3941Svenki# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*3941Svenki# or http://www.opensolaris.org/os/licensing.
10*3941Svenki# See the License for the specific language governing permissions
11*3941Svenki# and limitations under the License.
12*3941Svenki#
13*3941Svenki# When distributing Covered Code, include this CDDL HEADER in each
14*3941Svenki# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*3941Svenki# If applicable, add the following below this CDDL HEADER, with the
16*3941Svenki# fields enclosed by brackets "[]" replaced with your own identifying
17*3941Svenki# information: Portions Copyright [yyyy] [name of copyright owner]
18*3941Svenki#
19*3941Svenki# CDDL HEADER END
20*3941Svenki#
21*3941Svenki
22*3941Svenki#
23*3941Svenki# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
24*3941Svenki# Use is subject to license terms.
25*3941Svenki#
26*3941Svenki#pragma ident	"%Z%%M%	%I%	%E% SMI"
27*3941Svenki#
28*3941Svenki
29*3941Svenki#
30*3941Svenki# cmd/picl/plugins/sun4v/lib/Makefile
31*3941Svenki#
32*3941Svenki
33*3941SvenkiSUBDIRS=	snmp .WAIT
34*3941Svenki
35*3941Svenkiall :=		TARGET= all
36*3941Svenkiinstall :=	TARGET= install
37*3941Svenkiclean :=	TARGET= clean
38*3941Svenkiclobber :=	TARGET= clobber
39*3941Svenkilint :=		TARGET= lint
40*3941Svenki
41*3941Svenki.KEEP_STATE:
42*3941Svenki
43*3941Svenkiall install clean clobber lint : $(SUBDIRS)
44*3941Svenki
45*3941Svenki$(SUBDIRS): FRC
46*3941Svenki	@cd $@; pwd; $(MAKE) $(TARGET)
47*3941Svenki
48*3941SvenkiFRC:
49