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