2001-11-30 01:45:53 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.30 2001/11/29 22:45:56 thorpej 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
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC GENERIC_TINY GENERIC_LAPTOP GENERIC_DIAGNOSTIC \
|
|
|
|
GENERIC_PS2TINY
|
|
|
|
|
|
|
|
BUILD_KERNELS= INSTALL INSTALL_SMALL INSTALL_TINY INSTALL_LAPTOP INSTALL_PS2
|
1999-11-09 03:22:39 +03:00
|
|
|
|
2000-08-24 01:00:46 +04:00
|
|
|
INSTALLATION_DIRS += installation/misc
|
1999-11-09 03:22:39 +03:00
|
|
|
|
2000-09-12 01:53:30 +04:00
|
|
|
# mkisofs arguments to generate bootable iso image
|
|
|
|
MKISOFS_FLAGS+= -b installation/floppy/boot-big.fs
|
|
|
|
|
2000-10-02 16:51:33 +04:00
|
|
|
# Tar up extra kernel sets.
|
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
|
2000-05-28 21:31:27 +04:00
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
1999-11-09 03:22:39 +03:00
|
|
|
.endif
|
2000-05-28 21:31:27 +04:00
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/i386 && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
2000-08-24 01:00:46 +04:00
|
|
|
cd ${.CURDIR}/../sys/arch/i386/stand/dosboot && ${MAKE} release
|
2000-08-11 13:20:38 +04:00
|
|
|
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppy '*.gz'
|
2000-09-12 01:53:30 +04:00
|
|
|
|
|
|
|
# For "make iso-image"
|
|
|
|
iso-image_md_pre:
|
|
|
|
echo iso-image_md_pre ${MACHINE_ARCH}
|
|
|
|
iso-image_md_post:
|
|
|
|
echo iso-image_md_post ${MACHINE_ARCH}
|