tweak how distrib/Makefile.inc is pulled in
This commit is contained in:
parent
818750e0b3
commit
5aa16f7d61
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.7 2002/04/07 04:21:22 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2002/04/10 15:26:44 lukem Exp $
|
||||
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.include <bsd.own.mk>
|
||||
.include "${_SRC_TOP}/distrib/Makefile.inc"
|
||||
|
||||
.include <bsd.kernobj.mk>
|
||||
|
||||
KERNELS= INSTALL
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.10 2002/04/01 12:16:11 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2002/04/10 15:26:45 lukem Exp $
|
||||
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.include <bsd.own.mk>
|
||||
.include "${_SRC_TOP_}/distrib/Makefile.inc"
|
||||
|
||||
IMAGE= ramdisk.fs
|
||||
IMAGESIZE= 1924k
|
||||
|
|
Loading…
Reference in New Issue