s/lkm(4)/kld(4)/

This commit is contained in:
Peter Wemm 1999-04-23 20:53:34 +00:00
parent 11a9f83f80
commit e0e77ef1c6
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
# $Id: bsd.kmod.mk,v 1.59 1999/03/23 03:06:25 bde Exp $
# $Id: bsd.kmod.mk,v 1.60 1999/04/20 14:33:24 peter Exp $
#
# The include file <bsd.kmod.mk> handles installing Loadable Kernel Modules.
#
@ -15,7 +15,7 @@
# KMOD The name of the loadable kernel module to build.
#
# KMODDIR Base path for loadable kernel modules
# (see lkm(4)). [/modules]
# (see kld(4)). [/modules]
#
# KMODOWN LKM owner. [${BINOWN}]
#

View File

@ -1,4 +1,4 @@
# $Id: bsd.own.mk,v 1.21 1999/01/07 06:32:22 peter Exp $
# $Id: bsd.own.mk,v 1.22 1999/04/20 14:24:52 peter Exp $
#
# The include file <bsd.own.mk> set common variables for owner,
# group, mode, and directories. Defaults are in brackets.
@ -58,7 +58,7 @@
#
#
# KMODDIR Base path for loadable kernel modules
# (see lkm(4)). [/modules]
# (see kld(4)). [/modules]
#
# KMODOWN LKM owner. [${BINOWN}]
#

View File

@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
# $Id: bsd.kmod.mk,v 1.59 1999/03/23 03:06:25 bde Exp $
# $Id: bsd.kmod.mk,v 1.60 1999/04/20 14:33:24 peter Exp $
#
# The include file <bsd.kmod.mk> handles installing Loadable Kernel Modules.
#
@ -15,7 +15,7 @@
# KMOD The name of the loadable kernel module to build.
#
# KMODDIR Base path for loadable kernel modules
# (see lkm(4)). [/modules]
# (see kld(4)). [/modules]
#
# KMODOWN LKM owner. [${BINOWN}]
#