Avoid double-inclusion of bsd.subdir.mk file. This eliminates some harmlessnbut annoying warning messages.
This commit is contained in:
parent
0e590a108e
commit
6b3ee667f6
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.27 2011/01/02 13:18:37 pooka Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2011/01/07 01:07:31 pgoyette Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -15,6 +15,8 @@ SUBDIR+= modules
|
||||
. endif
|
||||
|
||||
.include <bsd.test.mk>
|
||||
.endif
|
||||
|
||||
.else
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user