xref: /illumos-gate/usr/src/cmd/trapstat/i386/Makefile (revision 1e49577a)
171269a22SAnthony Scarpino#
271269a22SAnthony Scarpino# CDDL HEADER START
371269a22SAnthony Scarpino#
471269a22SAnthony Scarpino# The contents of this file are subject to the terms of the
571269a22SAnthony Scarpino# Common Development and Distribution License (the "License").
671269a22SAnthony Scarpino# You may not use this file except in compliance with the License.
771269a22SAnthony Scarpino#
871269a22SAnthony Scarpino# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
971269a22SAnthony Scarpino# or http://www.opensolaris.org/os/licensing.
1071269a22SAnthony Scarpino# See the License for the specific language governing permissions
1171269a22SAnthony Scarpino# and limitations under the License.
1271269a22SAnthony Scarpino#
1371269a22SAnthony Scarpino# When distributing Covered Code, include this CDDL HEADER in each
1471269a22SAnthony Scarpino# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1571269a22SAnthony Scarpino# If applicable, add the following below this CDDL HEADER, with the
1671269a22SAnthony Scarpino# fields enclosed by brackets "[]" replaced with your own identifying
1771269a22SAnthony Scarpino# information: Portions Copyright [yyyy] [name of copyright owner]
1871269a22SAnthony Scarpino#
1971269a22SAnthony Scarpino# CDDL HEADER END
2071269a22SAnthony Scarpino#
21726fad2aSDina K Nimeh
22726fad2aSDina K Nimeh#
23*1e49577aSRod Evans# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
2471269a22SAnthony Scarpino#
25726fad2aSDina K Nimeh
26*1e49577aSRod Evansinclude		$(SRC)/cmd/Makefile.cmd
2771269a22SAnthony Scarpino
28*1e49577aSRod EvansPROG =		trapstat
2971269a22SAnthony Scarpino
30*1e49577aSRod Evansall:
3171269a22SAnthony Scarpino
32*1e49577aSRod Evans# Generate a link to platexec.  Nothing gets executed at runtime, other
33*1e49577aSRod Evans# than platexec which generates an error message that no i386 executable
34*1e49577aSRod Evans# is available.
35*1e49577aSRod Evansinstall:	$(ROOTUSRSBINPROG)
3671269a22SAnthony Scarpino
37*1e49577aSRod Evans$(ROOTUSRSBINPROG):
38*1e49577aSRod Evans		$(RM) $(ROOTUSRSBINPROG)
39*1e49577aSRod Evans	        $(LN) $(PLATEXEC) $(ROOTUSRSBINPROG)
4071269a22SAnthony Scarpino
41*1e49577aSRod Evansclean lint:
4271269a22SAnthony Scarpino
43*1e49577aSRod Evansinclude		$(SRC)/cmd/Makefile.targ
44