From 6ca4a3c37e3a68ed45f03a98747a6ceb2f93823d Mon Sep 17 00:00:00 2001 From: bz Date: Thu, 8 Jan 2009 12:22:37 +0000 Subject: 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 --- share/mk/bsd.own.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') 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}] # -- cgit v1.1