17c1d3545SGordon Ross#
27c1d3545SGordon Ross# This file and its contents are supplied under the terms of the
37c1d3545SGordon Ross# Common Development and Distribution License ("CDDL"), version 1.0.
47c1d3545SGordon Ross# You may only use this file in accordance with the terms of version
57c1d3545SGordon Ross# 1.0 of the CDDL.
67c1d3545SGordon Ross#
77c1d3545SGordon Ross# A full copy of the text of the CDDL should have accompanied this
87c1d3545SGordon Ross# source.  A copy of the CDDL is also available via the Internet at
97c1d3545SGordon Ross# http://www.illumos.org/license/CDDL.
107c1d3545SGordon Ross#
117c1d3545SGordon Ross
127c1d3545SGordon Ross#
137c1d3545SGordon Ross# Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
147c1d3545SGordon Ross#
157c1d3545SGordon Ross
16*cd61ae21SRichard LoweLIBRARY =	libtermcap.a
17*cd61ae21SRichard LoweVERS =		.1
18*cd61ae21SRichard Lowe
197c1d3545SGordon Ross# install this library in the root filesystem
207c1d3545SGordon Rossinclude ../../Makefile.rootfs
217c1d3545SGordon Ross
22*cd61ae21SRichard LoweCOMPATLINKS +=	usr/ccs/lib/libtermcap.so
23*cd61ae21SRichard LoweCOMPATLINKS64 += usr/ccs/lib/$(MACH64)/libtermcap.so
24*cd61ae21SRichard Lowe
25*cd61ae21SRichard Lowe$(ROOT)/usr/ccs/lib/libtermcap.so := \
26*cd61ae21SRichard Lowe	COMPATLINKTARGET=../../../lib/libtermcap.so.1
27*cd61ae21SRichard Lowe$(ROOT)/usr/ccs/lib/$(MACH64)/libtermcap.so := \
28*cd61ae21SRichard Lowe	COMPATLINKTARGET=../../../../lib/$(MACH64)/libtermcap.so.1
297c1d3545SGordon Ross
307c1d3545SGordon RossDYNFLAGS +=	$(ZLOADFLTR)
31