Cross Reference: Makefile
xref: /src/sys/arch/x68k/stand/xxboot/cdboot_cd9660/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/x68k/stand/xxboot/cdboot_cd9660/
Makefile revision 1.1
11.1Sminoura#	$NetBSD: Makefile,v 1.1 2012/03/20 13:01:32 minoura Exp $
21.1Sminoura
31.1SminouraDEV=		xx
41.1SminouraDEVDRV=		xx
51.1SminouraFS=		cd9660
61.1SminouraBOOTCPPFLAGS=	-DCDBOOT -DFDBOOT -DSDBOOT
71.1Sminoura
81.1SminouraTOUCHPROG=								\
91.1Sminoura	( ( echo -n X68SCSI1 | dd bs=2048 conv=sync ) ;			\
101.1Sminoura	  ( cat ${PROG} | dd bs=2048 conv=sync ) ) > ${PROG}.n ;	\
111.1Sminoura	mv ${PROG}.n ${PROG}
121.1Sminoura
131.1Sminoura.include "../Makefile.xxboot"
14

Indexes created Mon Jan 26 14:10:17 GMT 2026