xref: /illumos-gate/usr/src/cmd/emul64ioctl/Makefile (revision 55fea89dcaa64928bed4327112404dcb3e07b79f)
1*b1dd958fScth#
2*b1dd958fScth# CDDL HEADER START
3*b1dd958fScth#
4*b1dd958fScth# The contents of this file are subject to the terms of the
5*b1dd958fScth# Common Development and Distribution License, Version 1.0 only
6*b1dd958fScth# (the "License").  You may not use this file except in compliance
7*b1dd958fScth# with the License.
8*b1dd958fScth#
9*b1dd958fScth# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*b1dd958fScth# or http://www.opensolaris.org/os/licensing.
11*b1dd958fScth# See the License for the specific language governing permissions
12*b1dd958fScth# and limitations under the License.
13*b1dd958fScth#
14*b1dd958fScth# When distributing Covered Code, include this CDDL HEADER in each
15*b1dd958fScth# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*b1dd958fScth# If applicable, add the following below this CDDL HEADER, with the
17*b1dd958fScth# fields enclosed by brackets "[]" replaced with your own identifying
18*b1dd958fScth# information: Portions Copyright [yyyy] [name of copyright owner]
19*b1dd958fScth#
20*b1dd958fScth# CDDL HEADER END
21*b1dd958fScth#
22*b1dd958fScth#
23*b1dd958fScth# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
24*b1dd958fScth# Use is subject to license terms.
25*b1dd958fScth#
26*b1dd958fScth# ident	"%Z%%M%	%I%	%E% SMI"
27*b1dd958fScth#
28*b1dd958fScth
29*b1dd958fScthPROG= emul64ioctl
30*b1dd958fScth
31*b1dd958fScthinclude ../Makefile.cmd
32*b1dd958fScth
33*b1dd958fScth.KEEP_STATE:
34*b1dd958fScth
35*b1dd958fScthCFLAGS +=	$(CCVERBOSE)
36*b1dd958fScth
37*b1dd958fScthall: $(PROG)
38*b1dd958fScth
39*b1dd958fScthinstall: all $(ROOTUSRSBINPROG)
40*b1dd958fScth
41*b1dd958fScthclean:
42*b1dd958fScth
43*b1dd958fScthlint:	lint_PROG
44*b1dd958fScth
45*b1dd958fScthinclude ../Makefile.targ
46