2000-03-30 03:47:53 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.19 2000/03/29 23:47:53 fredb Exp $
|
1994-03-05 11:06:41 +03:00
|
|
|
#
|
|
|
|
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
|
|
|
|
#
|
1996-10-16 06:25:08 +04:00
|
|
|
|
1999-11-09 03:22:39 +03:00
|
|
|
# These are packaged and distributed
|
2000-02-20 06:11:12 +03:00
|
|
|
EXTRA_KERNELS+= GENERIC_TINY
|
1999-11-09 03:22:39 +03:00
|
|
|
|
|
|
|
# These are for use by the bootfloppy construction tools
|
2000-02-20 06:11:12 +03:00
|
|
|
BUILD_KERNELS+= INSTALL INSTALL_TINY
|
1999-11-09 03:22:39 +03:00
|
|
|
|
2000-03-26 19:48:22 +04:00
|
|
|
# Build the boot floppies and install them
|
2000-03-30 03:47:53 +04:00
|
|
|
snap_md_post:
|
1999-11-09 03:22:39 +03:00
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib/i386/floppies && ${MAKE} clean
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib/i386/floppies && \
|
|
|
|
${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release
|
2000-02-20 06:38:04 +03:00
|
|
|
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppies '*.gz'
|