Need to pull in <bsd.own.mk> to get preferences set in mk.conf (e.g.

OBJMACHINE).
This commit is contained in:
thorpej 1998-11-27 21:10:10 +00:00
parent 7010132044
commit 4b08b00301
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.12 1998/10/12 16:32:17 perry Exp $
# $NetBSD: Makefile.inc,v 1.13 1998/11/27 21:10:10 thorpej Exp $
# TOP is assumed to be defined by Makefile including this one.
@ -64,5 +64,6 @@ netbsd.ram.gz: ${KERN} ${RAMDISK}
clean cleandir distclean:
/bin/rm -f *.core ${IMAGE} ${CLEANFILES}
.include <bsd.own.mk>
.include <bsd.obj.mk>
.include <bsd.subdir.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 1998/09/05 14:46:15 lukem Exp $
# $NetBSD: Makefile,v 1.8 1998/11/27 21:10:11 thorpej Exp $
TOP= ${.CURDIR}/..
@ -64,6 +64,6 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
clean cleandir distclean:
/bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
.include <bsd.own.mk>
.include <bsd.obj.mk>
.include <bsd.subdir.mk>