2002-04-16 17:39:19 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.10 2002/04/16 13:39:19 leo Exp $
|
1995-03-30 09:44:08 +04:00
|
|
|
#
|
|
|
|
# etc.atari/Makefile.inc -- atari-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
2002-04-16 17:39:19 +04:00
|
|
|
KERNEL_SETS= BOOT HADES MILAN-ISAIDE MILAN-PCIIDE
|
2001-11-30 01:45:53 +03:00
|
|
|
|
2002-04-16 17:39:19 +04:00
|
|
|
EXTRA_KERNELS= ATARITT BOOTX FALCON
|
2000-11-05 00:15:36 +03:00
|
|
|
|
|
|
|
INSTALLATION_DIRS+= installation/miniroot \
|
|
|
|
installation/misc
|
|
|
|
|
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/miniroot && ${MAKE} && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
2002-03-31 20:07:53 +04:00
|
|
|
# ${MAKESUMS} -t ${RELEASEDIR}/installation/miniroot '*.gz'
|