To pick up KERNOBJDIR, we need to include bsd.own.mk before the loop.

This commit is contained in:
matt 2000-05-31 17:14:01 +00:00
parent e646bf24a7
commit 559fadb14a
1 changed files with 2 additions and 2 deletions

View File

@ -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}/..
.include "${TOP}/Makefile.inc"
.include <bsd.kernobj.mk>
.include <bsd.own.mk>
MDEC= ${DESTDIR}/usr/mdec
STRIP?= strip
@ -33,6 +34,5 @@ release:
clean cleandir distclean:
rm -f *.core ${KERNELS}
.include <bsd.own.mk>
.include <bsd.obj.mk>
.include <bsd.subdir.mk>