xref: /freebsd/sbin/kldstat/Makefile (revision b2289ae06376f3a825b16e76e91f2ec30d68ddef)
1a79fe607SDoug Rabson#
2a79fe607SDoug Rabson# Copyright (c) 1997 Doug Rabson
3a79fe607SDoug Rabson# All rights reserved.
4a79fe607SDoug Rabson#
5a79fe607SDoug Rabson# Redistribution and use in source and binary forms, with or without
6a79fe607SDoug Rabson# modification, are permitted provided that the following conditions
7a79fe607SDoug Rabson# are met:
8a79fe607SDoug Rabson# 1. Redistributions of source code must retain the above copyright
9a79fe607SDoug Rabson#    notice, this list of conditions and the following disclaimer.
10a79fe607SDoug Rabson# 2. Redistributions in binary form must reproduce the above copyright
11a79fe607SDoug Rabson#    notice, this list of conditions and the following disclaimer in the
12a79fe607SDoug Rabson#    documentation and/or other materials provided with the distribution.
13a79fe607SDoug Rabson#
14a79fe607SDoug Rabson# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15a79fe607SDoug Rabson# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16a79fe607SDoug Rabson# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17a79fe607SDoug Rabson# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18a79fe607SDoug Rabson# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19a79fe607SDoug Rabson# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20a79fe607SDoug Rabson# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21a79fe607SDoug Rabson# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22a79fe607SDoug Rabson# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23a79fe607SDoug Rabson# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24a79fe607SDoug Rabson# SUCH DAMAGE.
25a79fe607SDoug Rabson#
26b2289ae0SJohn-Mark Gurney#	$Id: Makefile,v 1.2 1997/10/19 11:15:43 jmg Exp $
27a79fe607SDoug Rabson#
28a79fe607SDoug Rabson
29a79fe607SDoug RabsonPROG=	kldstat
30a79fe607SDoug RabsonSRCS=	kldstat.c
31a79fe607SDoug RabsonMAN8=	kldstat.8
32a79fe607SDoug Rabson
33b2289ae0SJohn-Mark GurneyCFLAGS+=-I${.CURDIR}/../../sys
3423e200d5SJohn-Mark Gurney
35a79fe607SDoug Rabson.include <bsd.prog.mk>
36