NetBSD/etc/etc.i386/Makefile.inc
fredb c4ae664105 Revert last two changes. As pointed out by enami tsugutomo, snap_md_post
is the wrong place to do the splits, as the tar files are not yet made!
2000-03-29 23:47:53 +00:00

20 lines
601 B
Makefile

# $NetBSD: Makefile.inc,v 1.19 2000/03/29 23:47:53 fredb Exp $
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
# These are packaged and distributed
EXTRA_KERNELS+= GENERIC_TINY
# These are for use by the bootfloppy construction tools
BUILD_KERNELS+= INSTALL INSTALL_TINY
# Build the boot floppies and install them
snap_md_post:
.ifndef UPDATE
cd ${.CURDIR}/../distrib/i386/floppies && ${MAKE} clean
.endif
cd ${.CURDIR}/../distrib/i386/floppies && \
${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppies '*.gz'