* Define INSTALLATION_DIRS and BUILD_KERNELS.

* Build in src/distrib
* Call the new release targets in src/distrib/{alpha,notes}

Note: The notes installation command is MI and should eventually move
      to somewhere in ../Makefile
This commit is contained in:
ross 1999-06-30 18:39:37 +00:00
parent 996e5bf55a
commit 6e3b6566ce

View File

@ -0,0 +1,17 @@
# $NetBSD: Makefile.inc,v 1.1 1999/06/30 18:39:37 ross Exp $
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