Home | History | Annotate | Line # | Download | only in sandpoint
      1  1.8    rillig #	$NetBSD: Makefile,v 1.8 2025/09/23 20:12:09 rillig 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.7       phx ALTBOOTERS=	${BOOTOBJ}/altboot ${BOOTOBJ}/altboot.bin ${BOOTOBJ}/altboot.img
     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.8    rillig iso_image: .MAKE
     18  1.4    bouyer 	${MAKEDIRTARGET} cdroms iso_image
     19  1.4    bouyer 
     20  1.2    briggs .include <bsd.subdir.mk>
     21