To pick up KERNOBJDIR, we need to include bsd.own.mk before the loop.
This commit is contained in:
parent
e646bf24a7
commit
559fadb14a
|
@ -1,9 +1,10 @@
|
||||||
# $NetBSD: Makefile,v 1.3 2000/05/06 05:32:29 mycroft Exp $
|
# $NetBSD: Makefile,v 1.4 2000/05/31 17:14:01 matt Exp $
|
||||||
|
|
||||||
TOP= ${.CURDIR}/..
|
TOP= ${.CURDIR}/..
|
||||||
|
|
||||||
.include "${TOP}/Makefile.inc"
|
.include "${TOP}/Makefile.inc"
|
||||||
.include <bsd.kernobj.mk>
|
.include <bsd.kernobj.mk>
|
||||||
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
MDEC= ${DESTDIR}/usr/mdec
|
MDEC= ${DESTDIR}/usr/mdec
|
||||||
STRIP?= strip
|
STRIP?= strip
|
||||||
|
@ -33,6 +34,5 @@ release:
|
||||||
clean cleandir distclean:
|
clean cleandir distclean:
|
||||||
rm -f *.core ${KERNELS}
|
rm -f *.core ${KERNELS}
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
|
||||||
.include <bsd.obj.mk>
|
.include <bsd.obj.mk>
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|
Loading…
Reference in New Issue