xref: /freebsd/share/doc/atf/Makefile (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1c175365cSMarcel Moolenaar#-
2c175365cSMarcel Moolenaar# Copyright (c) 2011 Google, Inc.
3c175365cSMarcel Moolenaar# All rights reserved.
4c175365cSMarcel Moolenaar#
5c175365cSMarcel Moolenaar# Redistribution and use in source and binary forms, with or without
6c175365cSMarcel Moolenaar# modification, are permitted provided that the following conditions
7c175365cSMarcel Moolenaar# are met:
8c175365cSMarcel Moolenaar# 1. Redistributions of source code must retain the above copyright
9c175365cSMarcel Moolenaar#    notice, this list of conditions and the following disclaimer.
10c175365cSMarcel Moolenaar# 2. Redistributions in binary form must reproduce the above copyright
11c175365cSMarcel Moolenaar#    notice, this list of conditions and the following disclaimer in the
12c175365cSMarcel Moolenaar#    documentation and/or other materials provided with the distribution.
13c175365cSMarcel Moolenaar#
14c175365cSMarcel Moolenaar# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15c175365cSMarcel Moolenaar# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16c175365cSMarcel Moolenaar# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17c175365cSMarcel Moolenaar# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18c175365cSMarcel Moolenaar# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19c175365cSMarcel Moolenaar# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20c175365cSMarcel Moolenaar# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21c175365cSMarcel Moolenaar# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22c175365cSMarcel Moolenaar# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23c175365cSMarcel Moolenaar# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24c175365cSMarcel Moolenaar# SUCH DAMAGE.
25c175365cSMarcel Moolenaar#
26c175365cSMarcel Moolenaar
27e44885acSEnji CooperATF=	${SRCTOP}/contrib/atf
28e44885acSEnji Cooper.PATH: ${ATF} ${ATF}/doc
29c175365cSMarcel Moolenaar
30c175365cSMarcel MoolenaarFILESGROUPS=	TOP
31c175365cSMarcel Moolenaar
32c175365cSMarcel MoolenaarTOPDIR=		${SHAREDIR}/doc/atf
33c175365cSMarcel MoolenaarTOP=		AUTHORS COPYING NEWS README
34*066a8c69SEmmanuel VadotTOPTAGS=	package=tests
35c175365cSMarcel Moolenaar
36c175365cSMarcel Moolenaar.include <bsd.prog.mk>
37