xref: /freebsd/lib/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
27c6063d0dSWarner Losh.include <src.opts.mk>
28c175365cSMarcel Moolenaar
296ce99625SEd MasteSUBDIR=			libatf-c
30*ac4c695aSEd MasteSUBDIR+=		libatf-c++
31fba3cde9SJulio Merino
324b330699SEnji CooperSUBDIR.${MK_TESTS}+= tests
33c175365cSMarcel Moolenaar
34c175365cSMarcel Moolenaar.include <bsd.subdir.mk>
35