Home | History | Annotate | Line # | Download | only in etc.sparc
Makefile.inc revision 1.13.2.1
      1  1.13.2.1       he #	$NetBSD: Makefile.inc,v 1.13.2.1 2000/07/13 16:51:32 he Exp $
      2       1.1  deraadt #
      3       1.1  deraadt #	etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
      4       1.1  deraadt #
      5       1.1  deraadt 
      6      1.13      cjs # Set this for any kernels beyond GENERIC you want to include
      7      1.13      cjs # in the distribution.
      8      1.13      cjs EXTRA_KERNELS+= GENERIC_SCSI3
      9  1.13.2.1       he 
     10  1.13.2.1       he INSTALLATION_DIRS+= \
     11  1.13.2.1       he 	installation/bootfs \
     12  1.13.2.1       he 	installation/ramdisk
     13  1.13.2.1       he 
     14  1.13.2.1       he # Build the boot media and install them
     15  1.13.2.1       he snap_md_post:
     16  1.13.2.1       he .ifndef UPDATE
     17  1.13.2.1       he 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     18  1.13.2.1       he .endif
     19  1.13.2.1       he 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     20  1.13.2.1       he 	cd ${.CURDIR}/../distrib/sparc && ${MAKE} release
     21  1.13.2.1       he 
     22