Home | History | Annotate | Line # | Download | only in sandpoint
Makefile revision 1.6
      1  1.6       phx #	$NetBSD: Makefile,v 1.6 2011/01/28 22:15:35 phx Exp $
      2  1.6       phx 
      3  1.6       phx .include <bsd.own.mk>
      4  1.6       phx .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.6       phx 
      6  1.6       phx .include <bsd.kernobj.mk>
      7  1.1    briggs 
      8  1.5  nisimura SUBDIR=		ramdisk .WAIT md-kernel cdroms
      9  1.3     lukem TARGETS+=	release
     10  1.1    briggs 
     11  1.6       phx BOOTOBJ!=	cd ${KERNSRCDIR}/arch/sandpoint/stand/altboot && ${PRINTOBJDIR}
     12  1.6       phx ALTBOOTERS=	${BOOTOBJ}/altboot ${BOOTOBJ}/altboot.bin
     13  1.6       phx 
     14  1.6       phx release: check_RELEASEDIR .WAIT ${ALTBOOTERS}
     15  1.6       phx 	${RELEASE_INSTALL} ${ALTBOOTERS} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
     16  1.6       phx 
     17  1.4    bouyer iso_image:
     18  1.4    bouyer 	${MAKEDIRTARGET} cdroms iso_image
     19  1.4    bouyer 
     20  1.2    briggs .include <bsd.subdir.mk>
     21