blob: e027cc1691a25d520f547517e2c97621ef7a04ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile.inc,v 1.10 2010/09/04 01:16:50 tsutsui Exp $
#
# etc.hpcarm/Makefile.inc -- hpcarm-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= IPAQ JORNADA720 WZERO3
BUILD_KERNELS= INSTALL_IPAQ INSTALL_JORNADA720 INSTALL_WZERO3
INSTALLATION_DIRS+= installation/miniroot
snap_md_post:
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation \
'*.gz' '*.exe'
|