xref: /onnv-gate/usr/src/uts/i86pc/cpu/scripts/Makefile (revision 6350:aec7d1368710)
11414Scindi#
21414Scindi# CDDL HEADER START
31414Scindi#
41414Scindi# The contents of this file are subject to the terms of the
53164Sgavinm# Common Development and Distribution License (the "License").
63164Sgavinm# You may not use this file except in compliance with the License.
71414Scindi#
81414Scindi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
91414Scindi# or http://www.opensolaris.org/os/licensing.
101414Scindi# See the License for the specific language governing permissions
111414Scindi# and limitations under the License.
121414Scindi#
131414Scindi# When distributing Covered Code, include this CDDL HEADER in each
141414Scindi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
151414Scindi# If applicable, add the following below this CDDL HEADER, with the
161414Scindi# fields enclosed by brackets "[]" replaced with your own identifying
171414Scindi# information: Portions Copyright [yyyy] [name of copyright owner]
181414Scindi#
191414Scindi# CDDL HEADER END
201414Scindi#
211414Scindi
221414Scindi#
23*6350Scarlsonj# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
241414Scindi# Use is subject to license terms.
251414Scindi#
261414Scindi# ident	"%Z%%M%	%I%	%E% SMI"
271414Scindi#
281414Scindi
291414ScindiPERLFILES= \
301414Scindi	ao_gendisp
311414Scindi
321414Scindiinclude ../../../Makefile.uts
331414Scindi
341414Scindi.KEEP_STATE:
351414Scindi
363766Sgavinmdef all install setup: $(PERLFILES)
371414Scindi
383164Sgavinmclean clobber:
391414Scindi	$(RM) $(PERLFILES)
401414Scindi
411414Scindiinclude ../../../Makefile.targ
42