Makefile revision 162674
1162674Spiso# Copyright 2006 Paolo Pisati <piso@FreeBSD.org>
2162674Spiso# All rights reserved.
3162674Spiso#
4162674Spiso# Redistribution and use in source and binary forms, with or without
5162674Spiso# modification, are permitted provided that the following conditions
6162674Spiso# are met:
7162674Spiso# 1. Redistributions of source code must retain the above copyright
8162674Spiso#    notice, this list of conditions and the following disclaimer.
9162674Spiso# 2. Redistributions in binary form must reproduce the above copyright
10162674Spiso#    notice, this list of conditions and the following disclaimer in the
11162674Spiso#    documentation and/or other materials provided with the distribution.
12162674Spiso#
13162674Spiso# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14162674Spiso# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15162674Spiso# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16162674Spiso# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17162674Spiso# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18162674Spiso# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19162674Spiso# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20162674Spiso# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21162674Spiso# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22162674Spiso# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23162674Spiso# SUCH DAMAGE.
24162674Spiso#
2550476Speter# $FreeBSD: head/lib/libalias/Makefile 162674 2006-09-26 23:26:53Z piso $
2636321Samurai
27162674SpisoSUBDIR=        libalias modules
28145862Sglebius
29162674Spiso.include <bsd.subdir.mk>
30