2000-09-17 23:04:39 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.14 2000/09/17 19:04:39 is Exp $
|
1994-04-07 04:34:33 +04:00
|
|
|
#
|
|
|
|
# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
1999-02-05 06:01:49 +03:00
|
|
|
# Set this for any kernels beyond GENERIC you want to include
|
|
|
|
# in the distribution.
|
2000-08-30 01:14:31 +04:00
|
|
|
EXTRA_KERNELS+=INSTALL INSTWDCPCM
|
2000-03-07 00:54:05 +03:00
|
|
|
|
2000-09-17 23:04:39 +04:00
|
|
|
INSTALLATION_DIRS+= installation/miniroot \
|
|
|
|
installation/misc
|
|
|
|
|
2000-03-07 00:54:05 +03:00
|
|
|
snap_md_post:
|
2000-09-17 23:04:39 +04:00
|
|
|
# (cd $(SRCTOP)/distrib/miniroot; ${MAKE} release)
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/miniroot && ${MAKE} && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
|
|
|
# sh ${.CURDIR}/../distrib/sets/makesums -t ${RELEASEDIR}/installation/miniroot '*.gz'
|