xref: /freebsd/share/doc/usd/22.trofftut/Makefile (revision 97759ccc)
1f61bc472SGreg Lehey# Copyright (C) Caldera International Inc. 2001-2002.  All rights reserved.
2f61bc472SGreg Lehey#
3f61bc472SGreg Lehey# Redistribution and use in source and binary forms, with or without
4f61bc472SGreg Lehey# modification, are permitted provided that the following conditions are
5f61bc472SGreg Lehey# met:
6f61bc472SGreg Lehey#
7f61bc472SGreg Lehey# Redistributions of source code and documentation must retain the above
8f61bc472SGreg Lehey# copyright notice, this list of conditions and the following
9f61bc472SGreg Lehey# disclaimer.
10f61bc472SGreg Lehey#
11f61bc472SGreg Lehey# Redistributions in binary form must reproduce the above copyright
12f61bc472SGreg Lehey# notice, this list of conditions and the following disclaimer in the
13f61bc472SGreg Lehey# documentation and/or other materials provided with the distribution.
14f61bc472SGreg Lehey#
15f61bc472SGreg Lehey# All advertising materials mentioning features or use of this software
16f61bc472SGreg Lehey# must display the following acknowledgement:
17f61bc472SGreg Lehey#
18f61bc472SGreg Lehey# This product includes software developed or owned by Caldera
19f61bc472SGreg Lehey# International, Inc.  Neither the name of Caldera International, Inc.
20f61bc472SGreg Lehey# nor the names of other contributors may be used to endorse or promote
21f61bc472SGreg Lehey# products derived from this software without specific prior written
22f61bc472SGreg Lehey# permission.
23f61bc472SGreg Lehey#
24f61bc472SGreg Lehey# USE OF THE SOFTWARE PROVIDED FOR UNDER THIS LICENSE BY CALDERA
25f61bc472SGreg Lehey# INTERNATIONAL, INC.  AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR
26f61bc472SGreg Lehey# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
27f61bc472SGreg Lehey# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28f61bc472SGreg Lehey# DISCLAIMED.  IN NO EVENT SHALL CALDERA INTERNATIONAL, INC. BE LIABLE
29f61bc472SGreg Lehey# FOR ANY DIRECT, INDIRECT INCIDENTAL, SPECIAL, EXEMPLARY, OR
30f61bc472SGreg Lehey# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31f61bc472SGreg Lehey# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
32f61bc472SGreg Lehey# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
33f61bc472SGreg Lehey# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
34f61bc472SGreg Lehey# OR OTHERWISE) RISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
35f61bc472SGreg Lehey# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36f61bc472SGreg Lehey#
37fa333617SGreg Lehey
38f61bc472SGreg LeheyVOLUME=	usd/22.trofftut
39fa333617SGreg LeheySRCS=	tt.mac tt00 tt01 tt02 tt03 tt04 tt05 tt06 tt07 tt08 tt09 tt10 \
40fa333617SGreg Lehey	tt11 tt12 tt13 tt14 ttack ttcharset ttindex
41f61bc472SGreg LeheyMACROS=	-ms
42fa333617SGreg Lehey
43fa333617SGreg Lehey.include <bsd.doc.mk>
44