Do ${MAKESUMS} for install floppies.
This commit is contained in:
parent
37bad86d4f
commit
76dc80af73
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.6 2002/12/02 13:31:20 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.7 2006/01/22 14:42:34 tsutsui Exp $
|
||||
#
|
||||
# etc.news68k/Makefile.inc -- news68k-specific etc Makefile targets
|
||||
#
|
||||
|
@ -8,3 +8,6 @@ KERNEL_SETS= GENERIC GENERIC_TINY
|
|||
BUILD_KERNELS= INSTALL
|
||||
|
||||
INSTALLATION_DIRS+= installation/floppy
|
||||
|
||||
snap_md_post:
|
||||
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.4 2002/12/02 13:31:20 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.5 2006/01/22 14:44:16 tsutsui Exp $
|
||||
#
|
||||
# etc.newsmips/Makefile.inc -- newsmips-specific etc Makefile targets
|
||||
#
|
||||
|
@ -8,3 +8,6 @@ KERNEL_SETS= GENERIC
|
|||
BUILD_KERNELS= INSTALL
|
||||
|
||||
INSTALLATION_DIRS+= installation/floppy
|
||||
|
||||
snap_md_post:
|
||||
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'
|
||||
|
|
Loading…
Reference in New Issue