Home
last modified time | relevance | path

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

/netbsd/distrib/cdrom/macppc_mkboothfs/
H A DMakefile6 CLEANFILES+= boothfs
17 boothfs: ${HOSTPROG} target
18 ./${HOSTPROG} boothfs
20 boothfs.uue: boothfs
22 ${UUENCODE} boothfs boothfs >> ${.TARGET}.tmp
25 CLEANFILES+= boothfs.uue.tmp
H A Dmkboothfs.c55 char *boothfs; in main() local
64 boothfs = argv[1]; in main()
71 if ((ofd = open(boothfs, O_CREAT | O_TRUNC | O_WRONLY, 0644)) == -1) in main()
72 err(1, "create output boot-hfs-file `%s'", boothfs); in main()
140 err(1, "write boot-hfs-file `%s'", boothfs); in main()
/netbsd/distrib/cdrom/
H A DMakefile295 BOOTHFS= boothfs