Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder#
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder# CDDL HEADER START
e6d40133bc9f858308654afb1262b8b483ec5922Till Mossakowski#
68b065341b3426cd3ecbdc31c0186090000ae4b6Christian Maeder# The contents of this file are subject to the terms of the
97018cf5fa25b494adffd7e9b4e87320dae6bf47Christian Maeder# Common Development and Distribution License, Version 1.0 only
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder# (the "License"). You may not use this file except in compliance
3f69b6948966979163bdfe8331c38833d5d90ecdChristian Maeder# with the License.
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder#
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder# or http://www.opensolaris.org/os/licensing.
e6d40133bc9f858308654afb1262b8b483ec5922Till Mossakowski# See the License for the specific language governing permissions
0095c7efbddd0ffeed6aaf8ec015346be161d819Till Mossakowski# and limitations under the License.
679d3f541f7a9ede4079e045f7758873bb901872Till Mossakowski#
e85b224577b78d08ba5c39fe9dcc2e53995454a2Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
752f4f9b21f02d0b608444cf6210ada777271d10Till Mossakowski# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
752f4f9b21f02d0b608444cf6210ada777271d10Till Mossakowski# If applicable, add the following below this CDDL HEADER, with the
752f4f9b21f02d0b608444cf6210ada777271d10Till Mossakowski# fields enclosed by brackets "[]" replaced with your own identifying
752f4f9b21f02d0b608444cf6210ada777271d10Till Mossakowski# information: Portions Copyright [yyyy] [name of copyright owner]
752f4f9b21f02d0b608444cf6210ada777271d10Till Mossakowski#
752f4f9b21f02d0b608444cf6210ada777271d10Till Mossakowski# CDDL HEADER END
14531c6815cafb191a1d48c92e4a1c20c1bedb74Till Mossakowski#
752f4f9b21f02d0b608444cf6210ada777271d10Till Mossakowski#
752f4f9b21f02d0b608444cf6210ada777271d10Till Mossakowski#ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.3.3.1 */
14531c6815cafb191a1d48c92e4a1c20c1bedb74Till Mossakowski#
14531c6815cafb191a1d48c92e4a1c20c1bedb74Till Mossakowski# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
a0ab5a70083f5a9fdf91ea70844717da1f0d157cChristian Maeder# Use is subject to license terms.
dbc8d3892d2e742bda322d92203b4b09ce10077fChristian Maeder#
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder# cmd/devinfo/Makefile
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder#
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder
d7ef0a855b45046ca24270745b843bc797b79fe7Christian MaederPROG= devinfo
f8b715ab2993083761c0aedb78f1819bcf67b6ccChristian Maeder
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maederinclude ../Makefile.cmd
c2bfb62683f150951ce995874e46164ba1b8720dMartin Kühl
6fd7710e5577ab99cb1ffab82f9bcf54bac4018bChristian MaederLDLIBS += -ladm -lefi
02a2037f53b925617df45eb62ca743d777672265Klaus LuettichCFLAGS += $(CCVERBOSE)
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder
c438c79d00fc438f99627e612498744bdc0d0c89Christian Maeder.KEEP_STATE:
c438c79d00fc438f99627e612498744bdc0d0c89Christian Maeder
792df0347edab377785d98c63e2be8e2ce0a8bdeChristian Maederall: $(PROG)
ad270004874ce1d0697fb30d7309f180553bb315Christian Maeder
ad270004874ce1d0697fb30d7309f180553bb315Christian Maederinstall: all $(ROOTUSRSBINPROG)
f5cd0ce80a5298a3d0cd8e743ddbeb6052655f9fChristian Maeder
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maederclean:
bf52f113af1263696a1115e46097d787c9323754Christian Maeder
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maederlint: lint_PROG
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maederinclude ../Makefile.targ
d7ef0a855b45046ca24270745b843bc797b79fe7Christian Maeder
9361f31f2c11bcc43289d85af3ccb23e16dd770cChristian Maeder