]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
If the MANSECT variable is specified, it will override the default
authorru <ru@FreeBSD.org>
Tue, 20 Mar 2001 18:06:09 +0000 (18:06 +0000)
committerru <ru@FreeBSD.org>
Tue, 20 Mar 2001 18:06:09 +0000 (18:06 +0000)
commit644a2f54595a4b21a1ccb954cf4fc511204a1658
tree93968610bd2757783332b1e56d9cd2c435513025
parent04ec7b65a28eac8f1623d24f0a478deb1a074faa
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
share/mk/bsd.prog.mk