Include bsd.own.mk before making decisions based on mk.conf.
This commit is contained in:
parent
ff53df718a
commit
ad65a463d1
|
@ -1,8 +1,10 @@
|
|||
# $NetBSD: Makefile.rumpkern,v 1.107 2011/01/17 16:20:20 pooka Exp $
|
||||
# $NetBSD: Makefile.rumpkern,v 1.108 2011/03/21 05:15:18 joerg Exp $
|
||||
#
|
||||
|
||||
.include "${RUMPTOP}/Makefile.rump"
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= rump
|
||||
|
||||
.PATH: ${RUMPTOP}/librump/rumpkern \
|
||||
|
|
Loading…
Reference in New Issue