K 10
svn:author
V 7
phantom
K 8
svn:date
V 27
2004-03-23T23:53:27.000000Z
K 7
svn:log
V 364
Unconditionally set 'NO_SUBDIR' define.

doc.docbook.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.

It reduces install recursive calls by factor 4.

END
