]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
If the MANSECT variable is specified, it will override the default
authorRuslan Ermilov <ru@FreeBSD.org>
Tue, 20 Mar 2001 18:06:09 +0000 (18:06 +0000)
committerRuslan Ermilov <ru@FreeBSD.org>
Tue, 20 Mar 2001 18:06:09 +0000 (18:06 +0000)
commit6b10ad2220a4d38736547834f0afb877e575b39d
tree4a536721a3f1222b2fcd053b9a07f45ef6ead6df
parent85ae580ccbfa00573031dff5c8ce078c37144523
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