xref: /onnv-gate/usr/src/cmd/audio/audioctl/Makefile (revision 11253:677133c02046)
111230Sgdamore@opensolaris.org#
211230Sgdamore@opensolaris.org# CDDL HEADER START
311230Sgdamore@opensolaris.org#
411230Sgdamore@opensolaris.org# The contents of this file are subject to the terms of the
511230Sgdamore@opensolaris.org# Common Development and Distribution License (the "License").
611230Sgdamore@opensolaris.org# You may not use this file except in compliance with the License.
711230Sgdamore@opensolaris.org#
811230Sgdamore@opensolaris.org# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
911230Sgdamore@opensolaris.org# or http://www.opensolaris.org/os/licensing.
1011230Sgdamore@opensolaris.org# See the License for the specific language governing permissions
1111230Sgdamore@opensolaris.org# and limitations under the License.
1211230Sgdamore@opensolaris.org#
1311230Sgdamore@opensolaris.org# When distributing Covered Code, include this CDDL HEADER in each
1411230Sgdamore@opensolaris.org# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1511230Sgdamore@opensolaris.org# If applicable, add the following below this CDDL HEADER, with the
1611230Sgdamore@opensolaris.org# fields enclosed by brackets "[]" replaced with your own identifying
1711230Sgdamore@opensolaris.org# information: Portions Copyright [yyyy] [name of copyright owner]
1811230Sgdamore@opensolaris.org#
1911230Sgdamore@opensolaris.org# CDDL HEADER END
2011230Sgdamore@opensolaris.org#
2111230Sgdamore@opensolaris.org#
2211230Sgdamore@opensolaris.org# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
2311230Sgdamore@opensolaris.org# Use is subject to license terms.
2411230Sgdamore@opensolaris.org#
2511230Sgdamore@opensolaris.org# Makefile for cmd/audio/audioctl
2611230Sgdamore@opensolaris.org
2711230Sgdamore@opensolaris.orgPROG= audioctl
2811230Sgdamore@opensolaris.org
2911230Sgdamore@opensolaris.orginclude ../../Makefile.cmd
3011230Sgdamore@opensolaris.org
31*11253Sgdamore@opensolaris.orgLDLIBS += -ldevinfo
3211230Sgdamore@opensolaris.orgCFLAGS += $(CCVERBOSE)
3311230Sgdamore@opensolaris.org
3411230Sgdamore@opensolaris.org.KEEP_STATE:
3511230Sgdamore@opensolaris.org
3611230Sgdamore@opensolaris.orgall: $(PROG)
3711230Sgdamore@opensolaris.org
3811230Sgdamore@opensolaris.orginstall: all $(ROOTPROG)
3911230Sgdamore@opensolaris.org
4011230Sgdamore@opensolaris.orgclean:
4111230Sgdamore@opensolaris.org
4211230Sgdamore@opensolaris.orglint:	lint_PROG
4311230Sgdamore@opensolaris.org
4411230Sgdamore@opensolaris.orginclude ../../Makefile.targ
45