Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier#
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# CDDL HEADER START
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier#
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# The contents of this file are subject to the terms of the
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# Common Development and Distribution License, Version 1.0 only
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# (the "License"). You may not use this file except in compliance
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# with the License.
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier#
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# or http://www.opensolaris.org/os/licensing.
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# See the License for the specific language governing permissions
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# and limitations under the License.
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier#
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# When distributing Covered Code, include this CDDL HEADER in each
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# If applicable, add the following below this CDDL HEADER, with the
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# fields enclosed by brackets "[]" replaced with your own identifying
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# information: Portions Copyright [yyyy] [name of copyright owner]
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier#
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# CDDL HEADER END
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier#
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier#
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# Use is subject to license terms.
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier#
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier# ident "%Z%%M% %I% %E% SMI"
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier#
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier
c6878637502b1717a110a9a7e8bba32a8583fcdfLennart PoetteringPROG= devctl
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalierinclude ../Makefile.cmd
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier.KEEP_STATE:
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny ChevalierCFLAGS += $(CCVERBOSE)
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny ChevalierLDLIBS += -ldevice -l devinfo
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalierall: $(PROG)
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalierinstall: all $(ROOTUSRSBINPROG)
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalierclean:
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalierlint: lint_PROG
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalierinclude ../Makefile.targ
641d1f99b8c4c5427a1fedcb4740586a130ac6cfRonny Chevalier