2003-01-03 18:34:30 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.18 2003/01/03 15:34:38 lukem Exp $
|
1995-09-06 20:17:41 +04:00
|
|
|
#
|
|
|
|
# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
|
1999-02-05 06:01:49 +03:00
|
|
|
#
|
1995-09-06 20:17:41 +04:00
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
|
2002-02-13 09:30:46 +03:00
|
|
|
BUILD_KERNELS= INSTALL RAMDISK
|
2000-05-31 18:33:11 +04:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
INSTALLATION_DIRS+= installation/miniroot \
|
|
|
|
installation/misc
|
2002-04-22 07:37:12 +04:00
|
|
|
|
2000-05-31 18:33:11 +04:00
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
2002-12-02 16:18:03 +03:00
|
|
|
cd ${KERNSRCDIR}/arch/hp300/stand && ${MAKE} cleandir
|
2000-05-31 18:33:11 +04:00
|
|
|
.endif
|
2002-12-02 16:18:03 +03:00
|
|
|
cd ${KERNSRCDIR}/arch/hp300/stand && \
|
|
|
|
${MAKE} depend && ${MAKE} && ${MAKE} release
|
2003-01-03 18:34:30 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc 'SYS*'
|