21 lines
601 B
Makefile
21 lines
601 B
Makefile
# $NetBSD: Makefile.inc,v 1.10 2002/04/16 13:39:19 leo Exp $
|
|
#
|
|
# etc.atari/Makefile.inc -- atari-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= BOOT HADES MILAN-ISAIDE MILAN-PCIIDE
|
|
|
|
EXTRA_KERNELS= ATARITT BOOTX FALCON
|
|
|
|
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
|
|
# ${MAKESUMS} -t ${RELEASEDIR}/installation/miniroot '*.gz'
|