14e5e08b41
so that parallel build works properly.
18 lines
459 B
Makefile
18 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/04/26 14:49:43 tsutsui Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
.include <bsd.kernobj.mk>
|
|
|
|
MINIROOTOBJ!= cd ${DISTRIBDIR}/miniroot && ${PRINTOBJDIR}
|
|
MINIROOT= ${MINIROOTOBJ}/miniroot.fs
|
|
|
|
MDSETTARGETS= RAMDISK ${MINIROOT} netbsd \
|
|
INSTALL_TX3912 ${MINIROOT} netbsd-TX3912
|
|
MDSET_RELEASEDIR= installation
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.mdset"
|
|
|
|
.include <bsd.prog.mk>
|