Makefile (193d9e768ba63fcfb187cfd17f461f7d41345048) Makefile (6469bdcdb6a5968dc7edfcfb495d427b4bfdb3dd)
1# $FreeBSD$
2#
3# Copyright (c) 2010 Hans Petter Selasky. All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24# SUCH DAMAGE.
25#
26
27.PATH: ${SRCTOP}/sys/fs/cuse
28
29KMOD= cuse
1# $FreeBSD$
2#
3# Copyright (c) 2010 Hans Petter Selasky. All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24# SUCH DAMAGE.
25#
26
27.PATH: ${SRCTOP}/sys/fs/cuse
28
29KMOD= cuse
30SRCS= cuse.c device_if.h bus_if.h vnode_if.h opt_compat.h
30SRCS= cuse.c device_if.h bus_if.h vnode_if.h
31
32.include <bsd.kmod.mk>
31
32.include <bsd.kmod.mk>