xref: /freebsd/sbin/kldconfig/Makefile (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
148c8fe68SPeter Pentchev#
248c8fe68SPeter Pentchev# Copyright (c) 2001 Peter Pentchev
348c8fe68SPeter Pentchev# All rights reserved.
448c8fe68SPeter Pentchev#
548c8fe68SPeter Pentchev# Redistribution and use in source and binary forms, with or without
648c8fe68SPeter Pentchev# modification, are permitted provided that the following conditions
748c8fe68SPeter Pentchev# are met:
848c8fe68SPeter Pentchev# 1. Redistributions of source code must retain the above copyright
948c8fe68SPeter Pentchev#    notice, this list of conditions and the following disclaimer.
1048c8fe68SPeter Pentchev# 2. Redistributions in binary form must reproduce the above copyright
1148c8fe68SPeter Pentchev#    notice, this list of conditions and the following disclaimer in the
1248c8fe68SPeter Pentchev#    documentation and/or other materials provided with the distribution.
1348c8fe68SPeter Pentchev#
1448c8fe68SPeter Pentchev# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1548c8fe68SPeter Pentchev# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1648c8fe68SPeter Pentchev# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1748c8fe68SPeter Pentchev# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1848c8fe68SPeter Pentchev# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1948c8fe68SPeter Pentchev# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2048c8fe68SPeter Pentchev# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2148c8fe68SPeter Pentchev# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2248c8fe68SPeter Pentchev# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2348c8fe68SPeter Pentchev# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2448c8fe68SPeter Pentchev# SUCH DAMAGE.
2548c8fe68SPeter Pentchev#
2648c8fe68SPeter Pentchev#
2748c8fe68SPeter Pentchev
28*406d87b1SGlen BarberPACKAGE=runtime
2948c8fe68SPeter PentchevPROG=		kldconfig
3048c8fe68SPeter PentchevMAN=		kldconfig.8
3148c8fe68SPeter Pentchev
3248c8fe68SPeter Pentchev.include <bsd.prog.mk>
33