install dosboot.com in the release(7) hierarchy.

This commit is contained in:
jhawk 2000-08-23 21:00:46 +00:00
parent 3635b53ea7
commit 2ea44b1dd4
2 changed files with 13 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.22 2000/08/11 09:20:38 toddpw Exp $
# $NetBSD: Makefile.inc,v 1.23 2000/08/23 21:00:46 jhawk Exp $
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
@ -8,6 +8,7 @@ EXTRA_KERNELS+= GENERIC_TINY
# These are for use by the bootfloppy construction tools
BUILD_KERNELS+= INSTALL INSTALL_SMALL INSTALL_TINY
INSTALLATION_DIRS += installation/misc
# Build the boot floppies and install them
snap_md_post:
@ -17,4 +18,5 @@ snap_md_post:
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
cd ${.CURDIR}/../distrib/i386 && ${MAKE} release
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
cd ${.CURDIR}/../sys/arch/i386/stand/dosboot && ${MAKE} release
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppy '*.gz'

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2000/07/06 03:39:53 jhawk Exp $
# $NetBSD: Makefile,v 1.15 2000/08/23 21:00:48 jhawk Exp $
S= ${.CURDIR}/../../../../
@ -29,4 +29,13 @@ I386MISCMAKEFLAGS= I386_INCLUDE_DOS=yes
VERSIONFILE= ${.CURDIR}/version
.ifndef RELEASEDIR
release:
@echo setenv RELEASEDIR first
@false
.else
release:
cp ${.CURDIR}/dosboot.com ${RELEASEDIR}/installation/misc
.endif
.include "../Makefile.booters"