2008-03-18 07:20:36 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.19 2008/03/18 04:20:37 lukem Exp $
|
1996-05-19 16:35:18 +04:00
|
|
|
#
|
|
|
|
# etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
2007-07-24 14:49:23 +04:00
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
|
|
|
|
BUILD_KERNELS= INSTALL
|
1996-05-21 19:15:18 +04:00
|
|
|
|
2002-05-07 18:11:37 +04:00
|
|
|
INSTALLATION_DIRS+= installation/floppy \
|
|
|
|
installation/misc
|
1999-12-24 20:03:34 +03:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
LOCALTIME= Japan
|
1999-12-24 20:03:34 +03:00
|
|
|
|
|
|
|
snap_md_post:
|
2002-12-02 16:18:03 +03:00
|
|
|
cd ${KERNSRCDIR}/arch/x68k/stand/loadbsd && ${MAKE} release
|
2008-03-18 07:20:36 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.gz'
|