[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc / etc.prep

Annotation of src/etc/etc.prep/Makefile.inc, Revision 1.9

1.9     ! lukem       1: #      $NetBSD: Makefile.inc,v 1.8 2007/07/24 10:49:27 pavel Exp $
1.1       nonaka      2: #
                      3: #      etc.prep/Makefile.inc -- prep-specific etc Makefile targets
                      4: #
                      5:
1.8       pavel       6: # If you change the list of distributed kernels, don't forget
                      7: # to update the release documentation in distrib/notes/common/contents
                      8:
1.2       thorpej     9: KERNEL_SETS=           GENERIC
                     10:
1.7       garbled    11: BUILD_KERNELS=         INSTALL INSTALL_SMALL
1.2       thorpej    12:
1.4       lukem      13: INSTALLATION_DIRS+=    installation/floppy
1.1       nonaka     14:
                     15: # mkisofs arguments to generate bootable iso image
                     16: MKISOFS_FLAGS+= -prep-boot installation/floppy/sysinst.fs
                     17:
                     18: snap_md_post:
1.9     ! lukem      19:        ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*'

CVSweb <webmaster@jp.NetBSD.org>