summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-01-08 12:22:37 +0000
committerbz <bz@FreeBSD.org>2009-01-08 12:22:37 +0000
commit6ca4a3c37e3a68ed45f03a98747a6ceb2f93823d (patch)
treefd1d033ff9afdaaf1d865f4f88ec47686a30042a /share
parent15ccf24786723f0b76f78aa29afa4e0d17f0ddeb (diff)
downloadFreeBSD-src-6ca4a3c37e3a68ed45f03a98747a6ceb2f93823d.zip
FreeBSD-src-6ca4a3c37e3a68ed45f03a98747a6ceb2f93823d.tar.gz
Document that with r186854 we started using KMODOWN/KMODGRP
for the kernel as well and no longer only for modules. Reviewed by: kib, antoine MFC after: 26 days
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.own.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 5910a13..7912430 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -44,9 +44,9 @@
# KMODDIR Base path for loadable kernel modules
# (see kld(4)). [/boot/kernel]
#
-# KMODOWN KLD owner. [${BINOWN}]
+# KMODOWN Kernel and KLD owner. [${BINOWN}]
#
-# KMODGRP KLD group. [${BINGRP}]
+# KMODGRP Kernel and KLD group. [${BINGRP}]
#
# KMODMODE KLD mode. [${BINMODE}]
#
OpenPOWER on IntegriCloud