xref: /titanic_50/usr/src/cmd/audio/audioctl/Makefile (revision 3ccb19668faa3e1b7734ae03b4d31a4c00da3240)
1*3ccb1966SGarrett D'Amore#
2*3ccb1966SGarrett D'Amore# CDDL HEADER START
3*3ccb1966SGarrett D'Amore#
4*3ccb1966SGarrett D'Amore# The contents of this file are subject to the terms of the
5*3ccb1966SGarrett D'Amore# Common Development and Distribution License (the "License").
6*3ccb1966SGarrett D'Amore# You may not use this file except in compliance with the License.
7*3ccb1966SGarrett D'Amore#
8*3ccb1966SGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*3ccb1966SGarrett D'Amore# or http://www.opensolaris.org/os/licensing.
10*3ccb1966SGarrett D'Amore# See the License for the specific language governing permissions
11*3ccb1966SGarrett D'Amore# and limitations under the License.
12*3ccb1966SGarrett D'Amore#
13*3ccb1966SGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
14*3ccb1966SGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*3ccb1966SGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
16*3ccb1966SGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
17*3ccb1966SGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
18*3ccb1966SGarrett D'Amore#
19*3ccb1966SGarrett D'Amore# CDDL HEADER END
20*3ccb1966SGarrett D'Amore#
21*3ccb1966SGarrett D'Amore#
22*3ccb1966SGarrett D'Amore# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*3ccb1966SGarrett D'Amore# Use is subject to license terms.
24*3ccb1966SGarrett D'Amore#
25*3ccb1966SGarrett D'Amore# Makefile for cmd/audio/audioctl
26*3ccb1966SGarrett D'Amore
27*3ccb1966SGarrett D'AmorePROG= audioctl
28*3ccb1966SGarrett D'Amore
29*3ccb1966SGarrett D'Amoreinclude ../../Makefile.cmd
30*3ccb1966SGarrett D'Amore
31*3ccb1966SGarrett D'AmoreCFLAGS += $(CCVERBOSE)
32*3ccb1966SGarrett D'Amore
33*3ccb1966SGarrett D'Amore.KEEP_STATE:
34*3ccb1966SGarrett D'Amore
35*3ccb1966SGarrett D'Amoreall: $(PROG)
36*3ccb1966SGarrett D'Amore
37*3ccb1966SGarrett D'Amoreinstall: all $(ROOTPROG)
38*3ccb1966SGarrett D'Amore
39*3ccb1966SGarrett D'Amoreclean:
40*3ccb1966SGarrett D'Amore
41*3ccb1966SGarrett D'Amorelint:	lint_PROG
42*3ccb1966SGarrett D'Amore
43*3ccb1966SGarrett D'Amoreinclude ../../Makefile.targ
44