2000-11-28 06:18:18 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.9 2000/11/28 03:18:18 minoura Exp $
|
1996-05-19 16:35:18 +04:00
|
|
|
#
|
|
|
|
# etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
1999-02-05 06:01:49 +03:00
|
|
|
# Set this for any kernels beyond GENERIC you want to include
|
|
|
|
# in the distribution.
|
2000-11-28 06:18:18 +03:00
|
|
|
BUILD_KERNELS+= INSTALL
|
1996-05-21 19:15:18 +04:00
|
|
|
|
1999-02-05 06:01:49 +03:00
|
|
|
LOCALTIME= Japan
|
1999-12-24 20:03:34 +03:00
|
|
|
|
|
|
|
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
|