178977Sroam#
278977Sroam# Copyright (c) 2001 Peter Pentchev
378977Sroam# All rights reserved.
478977Sroam#
578977Sroam# Redistribution and use in source and binary forms, with or without
678977Sroam# modification, are permitted provided that the following conditions
778977Sroam# are met:
878977Sroam# 1. Redistributions of source code must retain the above copyright
978977Sroam#    notice, this list of conditions and the following disclaimer.
1078977Sroam# 2. Redistributions in binary form must reproduce the above copyright
1178977Sroam#    notice, this list of conditions and the following disclaimer in the
1278977Sroam#    documentation and/or other materials provided with the distribution.
1378977Sroam#
1478977Sroam# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1578977Sroam# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1678977Sroam# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1778977Sroam# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1878977Sroam# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1978977Sroam# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2078977Sroam# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2178977Sroam# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2278977Sroam# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2378977Sroam# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2478977Sroam# SUCH DAMAGE.
2578977Sroam#
2678977Sroam# $FreeBSD$
2778977Sroam#
2878977Sroam
2978977SroamPROG=		kldconfig
3078977SroamMAN=		kldconfig.8
3178977Sroam
3278977Sroam.include <bsd.prog.mk>
33