Build the miniroot, too, when building the release.

This commit is contained in:
is 2000-03-06 21:54:05 +00:00
parent cb9a71b69b
commit 72f77e9fb3

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.11 1999/02/05 03:01:50 cjs Exp $
# $NetBSD: Makefile.inc,v 1.12 2000/03/06 21:54:05 is Exp $
#
# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
#
@ -6,3 +6,6 @@
# Set this for any kernels beyond GENERIC you want to include
# in the distribution.
#EXTRA_KERNELS+=
snap_md_post:
(cd $(SRCTOP)/distrib/miniroot; ${MAKE} release)