Home | History | Annotate | Line # | Download | only in etc.x68k
Makefile.inc revision 1.14
      1  1.14    lukem #	$NetBSD: Makefile.inc,v 1.14 2002/05/02 15:09:50 lukem Exp $
      2   1.1      oki #
      3   1.1      oki #	etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets
      4   1.1      oki #
      5   1.1      oki 
      6  1.10  thorpej KERNEL_SETS=		GENERIC
      7  1.10  thorpej 
      8  1.10  thorpej BUILD_KERNELS=		INSTALL
      9   1.6      cjs 
     10  1.14    lukem INSTALLATION_DIRS+=	installation/floppy
     11   1.7  minoura 
     12  1.14    lukem LOCALTIME=		Japan
     13   1.7  minoura 
     14   1.7  minoura snap_md_post:
     15   1.7  minoura .ifndef UPDATE
     16   1.7  minoura 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     17   1.7  minoura .endif
     18  1.12  minoura 	cd ${.CURDIR}/../distrib/notes && ${MAKE} depend && ${MAKE}
     19  1.11  minoura 	cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} dependall
     20  1.11  minoura 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     21   1.7  minoura 	cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release
     22  1.11  minoura 	cd ${.CURDIR}/../sys/arch/x68k/stand/loadbsd && ${MAKE} release
     23  1.13    bjh21 	${MAKESUMS} -t ${RELEASEDIR}/installation/floppy '*.gz'
     24