Quiet a few make warnings by adding a few .if statements.
bsd.obj.mk already includes bsd.subdir.mk so there is no need to include it twice. PR: 52540 Submitted by: "Simon L.Nielsen" <simon@nitro.dk> Tested with: cd doc/ && make
This commit is contained in:
parent
0d9416c284
commit
3d8fe4fa43
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17054
2 changed files with 6 additions and 1 deletions
|
|
@ -121,7 +121,6 @@ _SUBDIRUSE: .USE
|
|||
.if !defined(NOINCLUDEMK)
|
||||
|
||||
.include <bsd.obj.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
.else
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue