1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-27 08:00:11 +00:00

Allow one to override ${MINSTALL} in /etc/make.conf.

Prompted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
This commit is contained in:
Ruslan Ermilov 2002-08-20 11:11:37 +00:00
parent 2296709020
commit 81c0610313
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102173

View File

@ -53,7 +53,7 @@
.error bsd.man.mk cannot be included directly.
.endif
MINSTALL= ${INSTALL} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE}
MINSTALL?= ${INSTALL} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE}
CATDIR= ${MANDIR:H:S/$/\/cat/}
CATEXT= .cat