fix `make obj':

don't build the non-english directories if the
	variable ENGLISH_ONLY=YES is set.
This commit is contained in:
Wolfram Schneider 2001-04-25 18:01:30 +00:00
parent 5dd09c2238
commit 5111cefed0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9298

View file

@ -1,12 +1,14 @@
# $FreeBSD: www/Makefile,v 1.16 2000/11/30 00:03:37 kuriyama Exp $
# $FreeBSD: www/Makefile,v 1.17 2001/02/25 12:00:45 alex Exp $
WEB_PREFIX= ${.CURDIR}
SUBDIR= en
.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY)
.if make(obj)
SUBDIR+= ja es ru zh de
.endif
.endif
links: