17 lines
475 B
Makefile
17 lines
475 B
Makefile
# $NetBSD: Makefile.inc,v 1.5 2009/01/28 11:43:28 nonaka Exp $
|
|
#
|
|
# etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
BUILD_KERNELS= INSTALL
|
|
|
|
INSTALLATION_DIRS+= installation/kernel
|
|
|
|
# zaurus specific distrib stuff
|
|
snap_md_post:
|
|
cd ${KERNSRCDIR}/arch/zaurus/stand/zbsdmod && ${MAKE} release
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation '*'
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*'
|