NetBSD/etc/etc.i386/Makefile.inc

21 lines
661 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.22 2000/08/11 09:20:38 toddpw Exp $
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
1996-10-16 06:25:08 +04:00
# These are packaged and distributed
2000-02-20 06:11:12 +03:00
EXTRA_KERNELS+= GENERIC_TINY
# These are for use by the bootfloppy construction tools
2000-05-06 09:31:58 +04:00
BUILD_KERNELS+= INSTALL INSTALL_SMALL INSTALL_TINY
# Build the boot floppies and install them
snap_md_post:
.ifndef UPDATE
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
.endif
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
cd ${.CURDIR}/../distrib/i386 && ${MAKE} release
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppy '*.gz'