blob: 2a4643f69a4a568e574c40238dbf180799e61e08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile.inc,v 1.5 2008/09/19 17:38:43 tsutsui Exp $
#
# etc.hpcsh/Makefile.inc -- hpcsh-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 HPW650PA
BUILD_KERNELS= RAMDISK
INSTALLATION_DIRS+= installation/miniroot
snap_md_post:
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation \
'*.gz' '*.exe'
|