doc/share/mk
Alexey Zelkin 81bbb0a0ed Unconditionally set 'NO_SUBDIR' define.
web.site.mk includes bsd.subdir.mk via bsd.obj.mk which is responsible
for processing of 'SUBDIR' make variable.  But since we are handling
'SUBDIR' here explicitly, doing same thing (second time!) via
bsd.subdir.mk's rules makes no sense and only adds disk IO overhead.

Some numbers... (for 'make -DENGLISH_ONLY -DWEB_ONLY' in www/en):

[before]
$ grep ^=== out.make | wc -l
     272
$ grep ^=== out.make | sort -u | wc -l
      78

[after]
$ grep ^=== out.make | wc -l
      78
2003-05-11 21:24:42 +00:00
..
web.site.mk Unconditionally set 'NO_SUBDIR' define. 2003-05-11 21:24:42 +00:00