1a0900badSGarrett D'Amore#
2a0900badSGarrett D'Amore# CDDL HEADER START
3a0900badSGarrett D'Amore#
4a0900badSGarrett D'Amore# The contents of this file are subject to the terms of the
5a0900badSGarrett D'Amore# Common Development and Distribution License (the "License").
6a0900badSGarrett D'Amore# You may not use this file except in compliance with the License.
7a0900badSGarrett D'Amore#
8a0900badSGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9a0900badSGarrett D'Amore# or http://www.opensolaris.org/os/licensing.
10a0900badSGarrett D'Amore# See the License for the specific language governing permissions
11a0900badSGarrett D'Amore# and limitations under the License.
12a0900badSGarrett D'Amore#
13a0900badSGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
14a0900badSGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15a0900badSGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
16a0900badSGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
17a0900badSGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
18a0900badSGarrett D'Amore#
19a0900badSGarrett D'Amore# CDDL HEADER END
20a0900badSGarrett D'Amore#
21a0900badSGarrett D'Amore
22a0900badSGarrett D'Amore#
23a0900badSGarrett D'Amore# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24a0900badSGarrett D'Amore# Use is subject to license terms.
25a0900badSGarrett D'Amore#
26a0900badSGarrett D'Amore# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
27a0900badSGarrett D'Amore#
28a0900badSGarrett D'Amore
29a0900badSGarrett D'AmorePERLFILES= \
30a0900badSGarrett D'Amore	ao_gendisp
31a0900badSGarrett D'Amore
32a0900badSGarrett D'Amoreinclude ../../../Makefile.uts
33a0900badSGarrett D'Amore
34a0900badSGarrett D'Amore.KEEP_STATE:
35a0900badSGarrett D'Amore
36a0900badSGarrett D'Amoredef all install setup: ao_gendisp.pl $(PERLFILES)
37a0900badSGarrett D'Amore
38a0900badSGarrett D'Amore# We are sharing the ao_gendisp source with the i86pc
39a0900badSGarrett D'AmoreAO_GENDISP_PL=../../../i86pc/cpu/scripts/ao_gendisp.pl
40a0900badSGarrett D'Amoreao_gendisp.pl: $(AO_GENDISP_PL)
41*24ffd7b4SRichard Lowe	$(RM) $@; $(SYMLINK) $(AO_GENDISP_PL) $@
42a0900badSGarrett D'Amore
43a0900badSGarrett D'Amoreclean clobber:
44a0900badSGarrett D'Amore	$(RM) ao_gendisp.pl $(PERLFILES)
45a0900badSGarrett D'Amore
46a0900badSGarrett D'Amoreinclude ../../../Makefile.targ
47