Home | History | Annotate | Line # | Download | only in etc.sgimips
Makefile.inc revision 1.2
      1 #	$NetBSD: Makefile.inc,v 1.2 2001/11/29 22:46:00 thorpej Exp $
      2 #
      3 #	etc.sgimips/Makefile.inc -- sgimips-specific etc Makefile targets
      4 #
      5 
      6 KERNEL_SETS=		GENERIC GENERIC_INDY
      7 
      8 BUILD_KERNELS=		RAMDISK
      9 
     10 # Add any extra release directories to be made
     11 INSTALLATION_DIRS+=installation/miniroot installation/netboot
     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/prep && ${MAKE} release
     19 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     20