Home | History | Annotate | Line # | Download | only in etc.x68k
Makefile.inc revision 1.7
      1  1.7  minoura #	$NetBSD: Makefile.inc,v 1.7 1999/12/24 17:03:34 minoura 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.6      cjs # Set this for any kernels beyond GENERIC you want to include
      7  1.6      cjs # in the distribution.
      8  1.6      cjs EXTRA_KERNELS+= SMALL
      9  1.7  minoura BUILD_KERNELS+=	INSTALL INSTALL_SMALL
     10  1.6      cjs 
     11  1.1      oki LOCALTIME=	Japan
     12  1.7  minoura 
     13  1.7  minoura INSTALLATION_DIRS+=	installation/floppy	\
     14  1.7  minoura 			installation/misc
     15  1.7  minoura 
     16  1.7  minoura snap_md_post:
     17  1.7  minoura .ifndef UPDATE
     18  1.7  minoura 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     19  1.7  minoura .endif
     20  1.7  minoura 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     21  1.7  minoura 	cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release
     22  1.7  minoura 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     23