blob: fc370720cc32e3fb6a414bfe0a5c4ab32254ac3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $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
|