From owner-cvs-all Tue Mar 20 10:15:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E27037B718; Tue, 20 Mar 2001 10:15:38 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2KI69782924; Tue, 20 Mar 2001 10:06:09 -0800 (PST) (envelope-from ru) Message-Id: <200103201806.f2KI69782924@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 20 Mar 2001 10:06:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.prog.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/03/20 10:06:09 PST Modified files: share/mk bsd.prog.mk Log: If the MANSECT variable is specified, it will override the default manual section. If, for example, MANSECT is set to 8, the default MAN1=${PROG}.1 feature of bsd.prog.mk becomes MAN8=${PROG}.8. Useful for games, libexec, sbin and usr.sbin subtrees. Reviewed by: bde Revision Changes Path 1.88 +5 -2 src/share/mk/bsd.prog.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message