NetBSD/distrib/playstation2/Makefile

23 lines
492 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 2007/03/06 21:57:15 bouyer Exp $
2001-10-15 20:22:50 +04:00
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
2001-10-15 20:22:50 +04:00
MINIROOTDIR!= cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR}
2002-04-21 15:20:45 +04:00
MINIROOT= ${MINIROOTDIR}/miniroot.fs
2001-10-15 20:22:50 +04:00
MDSETTARGETS= RAMDISK ${MINIROOT} netbsd
MDSET_RELEASEDIR= installation
2001-10-15 20:22:50 +04:00
.include "${DISTRIBDIR}/common/Makefile.mdset"
.include <bsd.prog.mk>
SUBDIR= cdroms
TARGETS+= release
iso_image:
${MAKEDIRTARGET} cdroms iso_image
.include <bsd.subdir.mk>