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