24 lines
668 B
Makefile
24 lines
668 B
Makefile
# $NetBSD: Makefile.inc,v 1.14 2002/05/02 15:09:50 lukem Exp $
|
|
#
|
|
# etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
BUILD_KERNELS= INSTALL
|
|
|
|
INSTALLATION_DIRS+= installation/floppy
|
|
|
|
LOCALTIME= Japan
|
|
|
|
snap_md_post:
|
|
.ifndef UPDATE
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
.endif
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} depend && ${MAKE}
|
|
cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} dependall
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
|
cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release
|
|
cd ${.CURDIR}/../sys/arch/x68k/stand/loadbsd && ${MAKE} release
|
|
${MAKESUMS} -t ${RELEASEDIR}/installation/floppy '*.gz'
|