Home | History | Annotate | Line # | Download | only in etc.virt68k
Makefile.inc revision 1.1
      1  1.1  thorpej #	$NetBSD: Makefile.inc,v 1.1 2024/01/07 00:58:11 thorpej Exp $
      2  1.1  thorpej #
      3  1.1  thorpej #	etc.virt68k/Makefile.inc -- virt68k-specific etc Makefile targets
      4  1.1  thorpej #
      5  1.1  thorpej 
      6  1.1  thorpej # If you change the list of distributed kernels, don't forget
      7  1.1  thorpej # to update the release documentation in distrib/notes/common/contents
      8  1.1  thorpej 
      9  1.1  thorpej KERNEL_SETS=		GENERIC
     10  1.1  thorpej 
     11  1.1  thorpej INSTALLATION_DIRS+=	installation/ramdisks
     12  1.1  thorpej 
     13  1.1  thorpej snap_md_post:
     14  1.1  thorpej 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/ramdisks -a
     15