aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-04-23 20:53:34 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-04-23 20:53:34 +0000
commite0e77ef1c6fc2346c016868b7b31bc7aa8308475 (patch)
treef1912508586c73f3df7af14dc6692551863524ba /share
parent11a9f83f809e49feaad2ca3264843bb156107602 (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.kmod.mk4
-rw-r--r--share/mk/bsd.own.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk
index 79f223e0bc22..024f28eec8dc 100644
--- a/share/mk/bsd.kmod.mk
+++ b/share/mk/bsd.kmod.mk
@@ -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}]
#
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 6ff922a4ec55..259328000ca8 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -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}]
#