installation/* are copied in `make release'.
This commit is contained in:
parent
58b3ac77bd
commit
d30b9ad39c
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.6 1999/02/05 03:01:54 cjs Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.7 1999/12/24 17:03:34 minoura Exp $
|
||||
#
|
||||
# etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets
|
||||
#
|
||||
@ -6,5 +6,17 @@
|
||||
# Set this for any kernels beyond GENERIC you want to include
|
||||
# in the distribution.
|
||||
EXTRA_KERNELS+= SMALL
|
||||
BUILD_KERNELS+= INSTALL INSTALL_SMALL
|
||||
|
||||
LOCALTIME= Japan
|
||||
|
||||
INSTALLATION_DIRS+= installation/floppy \
|
||||
installation/misc
|
||||
|
||||
snap_md_post:
|
||||
.ifndef UPDATE
|
||||
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
||||
.endif
|
||||
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
||||
cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release
|
||||
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
||||
|
Loading…
Reference in New Issue
Block a user