NetBSD/etc/etc.x68k/Makefile.inc

25 lines
708 B
Makefile

# $NetBSD: Makefile.inc,v 1.12 2001/12/18 13:15:38 minoura Exp $
#
# etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets
#
KERNEL_SETS= GENERIC
BUILD_KERNELS= INSTALL
LOCALTIME= Japan
INSTALLATION_DIRS+= installation/floppy \
installation/misc
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
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppy '*.gz'