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