Home | History | Annotate | Line # | Download | only in etc.x68k
Makefile.inc revision 1.16
      1 #	$NetBSD: Makefile.inc,v 1.16 2002/12/02 13:18:15 lukem Exp $
      2 #
      3 #	etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets
      4 #
      5 
      6 KERNEL_SETS=		GENERIC
      7 
      8 BUILD_KERNELS=		INSTALL
      9 
     10 INSTALLATION_DIRS+=	installation/floppy \
     11 			installation/misc
     12 
     13 LOCALTIME=		Japan
     14 
     15 snap_md_post:
     16 	cd ${KERNSRCDIR}/arch/x68k/stand/loadbsd && ${MAKE} release
     17 	${MAKESUMS} -t ${RELEASEDIR}/installation/floppy '*.gz'
     18