fe5f6ce974
for all platforms. - remove now unnecessary replicated code in the various snap_md_post targets - remove snap_md_pre; nothing uses it any more - use ${NETBSDSRCDIR} and ${KERNSRCDIR} as appropriate
11 lines
284 B
Makefile
11 lines
284 B
Makefile
# $NetBSD: Makefile.inc,v 1.4 2002/12/02 13:18:10 lukem Exp $
|
|
#
|
|
# etc.next68k/Makefile.inc -- next68k-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
snap_md_post:
|
|
# install boot image in installation directory
|
|
cp -p ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/installation/boot
|