885c0b6fc9
for i386. The resulting release consists of: - NetBSD/xen for i386 kernel, loader and docuemntation - NetBSD/i386 userland sets
19 lines
422 B
Makefile
19 lines
422 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2004/05/12 16:56:43 cl Exp $
|
|
#
|
|
# etc.xen/Makefile.inc -- xen-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS=
|
|
|
|
EXTRA_KERNELS= GENERIC XEN
|
|
|
|
BUILD_KERNELS=
|
|
|
|
INSTALLATION_DIRS+= installation/xen12load
|
|
|
|
# xen specific distrib stuff
|
|
snap_md_post:
|
|
cd ${KERNSRCDIR}/arch/xen/stand/xen12load && ${MAKE} release
|
|
${MAKESUMS} -t \
|
|
${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/xen12load '*.*'
|