21 lines
548 B
Makefile
21 lines
548 B
Makefile
# $NetBSD: Makefile.inc,v 1.19 2008/03/18 04:20:37 lukem Exp $
|
|
#
|
|
# etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets
|
|
#
|
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
BUILD_KERNELS= INSTALL
|
|
|
|
INSTALLATION_DIRS+= installation/floppy \
|
|
installation/misc
|
|
|
|
LOCALTIME= Japan
|
|
|
|
snap_md_post:
|
|
cd ${KERNSRCDIR}/arch/x68k/stand/loadbsd && ${MAKE} release
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.gz'
|