2007-07-24 14:49:23 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.8 2007/07/24 10:49:23 pavel Exp $
|
2002-12-02 16:31:16 +03:00
|
|
|
#
|
|
|
|
# etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets
|
|
|
|
#
|
2001-11-30 01:45:53 +03:00
|
|
|
|
2007-07-24 14:49:23 +04:00
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
|
2002-10-10 20:58:06 +04:00
|
|
|
KERNEL_SETS= GENERIC GENERIC.MP
|
1999-06-30 22:39:37 +04:00
|
|
|
|
|
|
|
BUILD_KERNELS+= INSTALL
|
2001-11-30 01:45:53 +03:00
|
|
|
|
1999-06-30 22:39:37 +04:00
|
|
|
INSTALLATION_DIRS+= installation/floppy \
|
|
|
|
installation/diskimage \
|
|
|
|
installation/instkernel \
|
|
|
|
installation/netboot \
|
|
|
|
installation/misc
|
|
|
|
|
|
|
|
snap_md_post:
|
2002-12-02 16:18:03 +03:00
|
|
|
cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release
|