21 lines
547 B
Makefile
21 lines
547 B
Makefile
# $NetBSD: Makefile.inc,v 1.11 2021/05/29 18:48:45 thorpej Exp $
|
|
#
|
|
# etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets
|
|
#
|
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
EXTRA_KERNELS+= GENERIC.QEMU
|
|
BUILD_KERNELS+= INSTALL
|
|
|
|
INSTALLATION_DIRS+= installation/floppy \
|
|
installation/diskimage \
|
|
installation/instkernel \
|
|
installation/netboot
|
|
|
|
snap_md_post:
|
|
cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release
|