2003-01-04 18:49:29 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.38 2003/01/04 15:49:31 lukem 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
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
KERNEL_SETS= GENERIC GENERIC_TINY GENERIC_LAPTOP \
|
2002-10-10 20:58:06 +04:00
|
|
|
GENERIC_DIAGNOSTIC GENERIC_PS2TINY GENERIC.MP
|
2001-11-30 01:45:53 +03:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
BUILD_KERNELS= INSTALL INSTALL_SMALL INSTALL_TINY \
|
|
|
|
INSTALL_LAPTOP INSTALL_PS2
|
1999-11-09 03:22:39 +03:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
INSTALLATION_DIRS+= installation/misc \
|
|
|
|
installation/floppy
|
1999-11-09 03:22:39 +03:00
|
|
|
|
2002-12-02 16:18:03 +03:00
|
|
|
# i386 specific distrib stuff
|
2000-03-30 03:47:53 +04:00
|
|
|
snap_md_post:
|
2002-12-02 16:18:03 +03:00
|
|
|
cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release
|
|
|
|
cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
|
2003-01-03 18:34:30 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'
|
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*'
|
2000-09-12 01:53:30 +04:00
|
|
|
|
|
|
|
# For "make iso-image"
|
2003-01-04 18:49:29 +03:00
|
|
|
# mkisofs arguments to generate bootable iso image
|
|
|
|
MKISOFS_FLAGS+= -b ${MACHINE}/installation/floppy/boot-big.fs -c boot.catalog
|