Remove make(obj) magic. web.site.mk and en/Makefile will to it for us.
This commit is contained in:
parent
7e7c9ca7be
commit
3771c9be59
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20626
1 changed files with 1 additions and 7 deletions
8
Makefile
8
Makefile
|
@ -1,15 +1,9 @@
|
|||
# $FreeBSD: www/Makefile,v 1.23 2003/12/05 19:58:36 blackend Exp $
|
||||
# $FreeBSD: www/Makefile,v 1.24 2003/12/05 20:00:18 blackend Exp $
|
||||
|
||||
WEB_PREFIX= ${.CURDIR}
|
||||
|
||||
SUBDIR= en
|
||||
|
||||
.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY)
|
||||
.if make(obj)
|
||||
SUBDIR+= da de es fr it ja pt_BR ru tr zh
|
||||
.endif
|
||||
.endif
|
||||
|
||||
links:
|
||||
|
||||
.include <bsd.obj.mk>
|
||||
|
|
Loading…
Reference in a new issue