Home | History | Annotate | Line # | Download | only in cdboot_cd9660
Makefile revision 1.2
      1  1.2  tsutsui #	$NetBSD: Makefile,v 1.2 2012/11/17 19:10:46 tsutsui Exp $
      2  1.1  minoura 
      3  1.1  minoura DEV=		xx
      4  1.1  minoura DEVDRV=		xx
      5  1.1  minoura FS=		cd9660
      6  1.2  tsutsui BOOTCPPFLAGS=	-DCDBOOT
      7  1.1  minoura 
      8  1.1  minoura TOUCHPROG=								\
      9  1.1  minoura 	( ( echo -n X68SCSI1 | dd bs=2048 conv=sync ) ;			\
     10  1.1  minoura 	  ( cat ${PROG} | dd bs=2048 conv=sync ) ) > ${PROG}.n ;	\
     11  1.1  minoura 	mv ${PROG}.n ${PROG}
     12  1.1  minoura 
     13  1.1  minoura .include "../Makefile.xxboot"
     14