Searched refs:boothfs (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/distrib/cdrom/macppc_mkboothfs/
H A DMakefile7 CLEANFILES+= boothfs
20 boothfs: ${HOSTPROG}
21 ./${HOSTPROG} boothfs
23 boothfs.uue: boothfs
25 ${UUENCODE} boothfs boothfs >> ${.TARGET}.tmp
28 CLEANFILES+= boothfs.uue.tmp
H A Dmkboothfs.c55 char *boothfs; local
64 boothfs = argv[1];
71 if ((ofd = open(boothfs, O_CREAT | O_TRUNC | O_WRONLY, 0644)) == -1)
72 err(1, "create output boot-hfs-file `%s'", boothfs);
140 err(1, "write boot-hfs-file `%s'", boothfs);
/netbsd-6-1-5-RELEASE/distrib/cdrom/
H A DMakefile291 BOOTHFS= boothfs

Completed in 121 milliseconds