2003-08-02 22:02:36 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.10 2003/08/02 18:02:36 bjh21 Exp $
|
2001-11-30 17:22:33 +03:00
|
|
|
#
|
2002-01-31 05:15:28 +03:00
|
|
|
# etc.acorn32/Makefile.inc -- acorn32-specific etc Makefile targets
|
2001-11-30 17:22:33 +03:00
|
|
|
#
|
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
KERNEL_SETS= GENERIC NC NC_WSCONS RPC_WSCONS
|
2001-11-30 17:22:33 +03:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
BUILD_KERNELS= INSTALL
|
|
|
|
|
|
|
|
INSTALLATION_DIRS+= installation/kernel \
|
2001-11-30 17:22:33 +03:00
|
|
|
installation/misc
|
|
|
|
|
|
|
|
snap_md_post:
|
2003-08-02 22:02:36 +04:00
|
|
|
${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot32,ffa \
|
|
|
|
${RELEASEDIR}/${MACHINE}/installation/misc
|
2003-01-03 18:34:30 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/kernel '*.gz'
|
2003-08-02 22:02:36 +04:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.gz' boot32,ffa
|