Home | History | Annotate | Line # | Download | only in etc.next68k
Makefile.inc revision 1.5
      1  1.5    lukem #	$NetBSD: Makefile.inc,v 1.5 2003/01/03 15:34:39 lukem Exp $
      2  1.1   briggs #
      3  1.1   briggs #	etc.next68k/Makefile.inc -- next68k-specific etc Makefile targets
      4  1.1   briggs #
      5  1.1   briggs 
      6  1.2  thorpej KERNEL_SETS=		GENERIC
      7  1.1   briggs 
      8  1.1   briggs snap_md_post:
      9  1.3   deberg 	# install boot image in installation directory
     10  1.5    lukem 	${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot \
     11  1.5    lukem 	    ${RELEASEDIR}/${MACHINE}/installation/boot
     12