xref: /illumos-gate/usr/src/lib/libtermcap/sparc/Makefile (revision 7c1d35456b77b833f089b886b99aa431a24e1377)
1*7c1d3545SGordon Ross#
2*7c1d3545SGordon Ross# This file and its contents are supplied under the terms of the
3*7c1d3545SGordon Ross# Common Development and Distribution License ("CDDL"), version 1.0.
4*7c1d3545SGordon Ross# You may only use this file in accordance with the terms of version
5*7c1d3545SGordon Ross# 1.0 of the CDDL.
6*7c1d3545SGordon Ross#
7*7c1d3545SGordon Ross# A full copy of the text of the CDDL should have accompanied this
8*7c1d3545SGordon Ross# source.  A copy of the CDDL is also available via the Internet at
9*7c1d3545SGordon Ross# http://www.illumos.org/license/CDDL.
10*7c1d3545SGordon Ross#
11*7c1d3545SGordon Ross
12*7c1d3545SGordon Ross#
13*7c1d3545SGordon Ross# Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
14*7c1d3545SGordon Ross#
15*7c1d3545SGordon Ross
16*7c1d3545SGordon Rossinclude		$(SRC)/lib/Makefile.filter.com
17*7c1d3545SGordon Rossinclude		../Makefile.com
18*7c1d3545SGordon Ross
19*7c1d3545SGordon Rossinstall:	$(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
20*7c1d3545SGordon Ross
21*7c1d3545SGordon Rossinclude		$(SRC)/lib/Makefile.filter.targ
22