Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.1.2.2
      1  1.1.2.2  martin #	$NetBSD: Makefile,v 1.1.2.2 2023/02/22 12:59:17 martin Exp $
      2  1.1.2.2  martin 
      3  1.1.2.2  martin .include <bsd.own.mk>
      4  1.1.2.2  martin .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.1.2.2  martin 
      6  1.1.2.2  martin RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
      7  1.1.2.2  martin RAMDISK=	${RAMDISKDIR}/ramdisk.fs
      8  1.1.2.2  martin 
      9  1.1.2.2  martin MDSETTARGETS=		RAMDISK ${RAMDISK} -
     10  1.1.2.2  martin MDSET_RELEASEDIR=	binary/kernel
     11  1.1.2.2  martin 
     12  1.1.2.2  martin .include "${DISTRIBDIR}/common/Makefile.mdset"
     13  1.1.2.2  martin 
     14  1.1.2.2  martin .include <bsd.prog.mk>
     15