2001-05-28 22:21:12 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.2 2001/05/28 18:21:13 he Exp $
|
1999-06-30 22:39:37 +04:00
|
|
|
|
|
|
|
BUILD_KERNELS+= INSTALL
|
|
|
|
INSTALLATION_DIRS+= installation/floppy \
|
|
|
|
installation/diskimage \
|
|
|
|
installation/instkernel \
|
|
|
|
installation/netboot \
|
|
|
|
installation/tapeimage \
|
|
|
|
installation/misc
|
|
|
|
|
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/alpha && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
2001-05-28 22:21:12 +04:00
|
|
|
cd ${.CURDIR}/../sys/arch/alpha/stand/netboot && ${MAKE} release
|