Support ${SUPHOST}
PR: 21430 Submitted by: Christian Weisgerber <naddy@mips.inka.de>
This commit is contained in:
parent
884d012563
commit
2b1e19f5f8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7987
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: doc/Makefile,v 1.18 2000/04/30 21:58:43 nik Exp $
|
||||
# $FreeBSD: doc/Makefile,v 1.19 2000/08/06 17:04:17 alex Exp $
|
||||
#
|
||||
# The user can override the default list of languages to build and install
|
||||
# with the DOC_LANG variable.
|
||||
|
@ -17,6 +17,9 @@ SUBDIR+= zh_TW.Big5
|
|||
|
||||
DOC_PREFIX?= ${.CURDIR}
|
||||
|
||||
.if defined(SUPHOST)
|
||||
SUPFLAGS+= -h ${SUPHOST}
|
||||
.endif
|
||||
update:
|
||||
.if defined(SUP_UPDATE)
|
||||
.if !defined(DOCSUPFILE)
|
||||
|
|
Loading…
Reference in a new issue