NetBSD/etc/etc.x68k/Makefile.inc

22 lines
581 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.8 2000/06/28 15:27:19 minoura Exp $
1996-05-19 16:35:18 +04:00
#
# etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets
#
# Set this for any kernels beyond GENERIC you want to include
# in the distribution.
BUILD_KERNELS+= INSTALL INSTALL_SMALL
1996-05-21 19:15:18 +04:00
LOCALTIME= Japan
INSTALLATION_DIRS+= installation/floppy \
installation/misc
snap_md_post:
.ifndef UPDATE
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
.endif
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release
cd ${.CURDIR}/../distrib/notes && ${MAKE} release