1266581Shselasky# $FreeBSD: releng/11.0/sys/modules/cuse/Makefile 266581 2014-05-23 08:46:28Z hselasky $
2266581Shselasky#
3266581Shselasky# Copyright (c) 2010 Hans Petter Selasky. All rights reserved.
4266581Shselasky#
5266581Shselasky# Redistribution and use in source and binary forms, with or without
6266581Shselasky# modification, are permitted provided that the following conditions
7266581Shselasky# are met:
8266581Shselasky# 1. Redistributions of source code must retain the above copyright
9266581Shselasky#    notice, this list of conditions and the following disclaimer.
10266581Shselasky# 2. Redistributions in binary form must reproduce the above copyright
11266581Shselasky#    notice, this list of conditions and the following disclaimer in the
12266581Shselasky#    documentation and/or other materials provided with the distribution.
13266581Shselasky#
14266581Shselasky# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15266581Shselasky# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16266581Shselasky# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17266581Shselasky# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18266581Shselasky# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19266581Shselasky# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20266581Shselasky# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21266581Shselasky# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22266581Shselasky# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23266581Shselasky# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24266581Shselasky# SUCH DAMAGE.
25266581Shselasky#
26266581Shselasky
27266581Shselasky.PATH: ${.CURDIR}/../../fs/cuse
28266581Shselasky
29266581ShselaskyKMOD=	cuse
30266581ShselaskySRCS=	cuse.c device_if.h bus_if.h vnode_if.h opt_compat.h
31266581Shselasky
32266581Shselasky.include <bsd.kmod.mk>
33