2001-11-30 01:45:53 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.8 2001/11/29 22:45:55 thorpej Exp $
|
1995-03-30 09:44:08 +04:00
|
|
|
#
|
|
|
|
# etc.atari/Makefile.inc -- atari-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
|
|
|
|
EXTRA_KERNELS= ATARITT BOOT BOOTX FALCON HADES
|
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
|
|
|
|
# sh ${.CURDIR}/../distrib/sets/makesums -t ${RELEASEDIR}/installation/miniroot '*.gz'
|