125540Sdfr#
225540Sdfr# Copyright (c) 1997 Doug Rabson
325540Sdfr# All rights reserved.
425540Sdfr#
525540Sdfr# Redistribution and use in source and binary forms, with or without
625540Sdfr# modification, are permitted provided that the following conditions
725540Sdfr# are met:
825540Sdfr# 1. Redistributions of source code must retain the above copyright
925540Sdfr#    notice, this list of conditions and the following disclaimer.
1025540Sdfr# 2. Redistributions in binary form must reproduce the above copyright
1125540Sdfr#    notice, this list of conditions and the following disclaimer in the
1225540Sdfr#    documentation and/or other materials provided with the distribution.
1325540Sdfr#
1425540Sdfr# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1525540Sdfr# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1625540Sdfr# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1725540Sdfr# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1825540Sdfr# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1925540Sdfr# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2025540Sdfr# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2125540Sdfr# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2225540Sdfr# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2325540Sdfr# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2425540Sdfr# SUCH DAMAGE.
2525540Sdfr#
2650476Speter# $FreeBSD$
2725540Sdfr#
2825540Sdfr
2925540SdfrPROG=	kldload
3074815SruMAN=	kldload.8
3125540Sdfr
3225540Sdfr.include <bsd.prog.mk>
33