Home | History | Annotate | Line # | Download | only in etc.alpha
Makefile.inc revision 1.5
      1 #	$NetBSD: Makefile.inc,v 1.5 2002/10/10 16:58:06 jdolecek Exp $
      2 
      3 KERNEL_SETS=		GENERIC GENERIC.MP
      4 
      5 BUILD_KERNELS+=		INSTALL
      6 
      7 INSTALLATION_DIRS+=	installation/floppy	\
      8 			installation/diskimage	\
      9 			installation/instkernel	\
     10 			installation/netboot	\
     11 			installation/misc
     12 
     13 snap_md_post:
     14 .ifndef UPDATE
     15 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     16 .endif
     17 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     18 	cd ${.CURDIR}/../distrib/alpha && ${MAKE} release
     19 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     20 	cd ${.CURDIR}/../sys/arch/alpha/stand/netboot && ${MAKE} release
     21