Avoid double-inclusion of bsd.subdir.mk file. This eliminates some harmlessnbut annoying warning messages.

This commit is contained in:
pgoyette 2011-01-07 01:07:31 +00:00
parent 0e590a108e
commit 6b3ee667f6

View File

@ -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