NetBSD/etc/etc.alpha/Makefile.inc
ross 6e3b6566ce * 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
1999-06-30 18:39:37 +00:00

18 lines
501 B
Makefile

# $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