blob: 798407df19236688e7bedb9ca3083be4bb582112 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile.inc,v 1.1 2016/08/05 16:22:08 scole Exp $
#
# etc.ia64/Makefile.inc -- ia64-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
# XXX fix all this
KERNEL_SETS= GENERIC
KERNEL_SETS+= GENERIC.SKI
#BUILD_KERNELS+= INSTALL
#INSTALLATION_DIRS+= installation/cdrom
#INSTALLATION_DIRS+= installation/diskimage
#INSTALLATION_DIRS+= installation/instkernel
#INSTALLATION_DIRS+= installation/netboot
#snap_md_post:
# cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release
# cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
# cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
# ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom '*.iso'
# ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs'
# cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release
|