]> git.lizzy.rs Git - plan9front.git/blob - sys/src/boot/mkfile
9bootfat: rename Extend to File as fat files are not really extends anymore :)
[plan9front.git] / sys / src / boot / mkfile
1 ARCH=\
2         alphapc\
3         bitsy\
4         pc\
5
6 all:V:
7         for(i in $ARCH)@{
8                 cd $i
9                 mk
10         }
11
12 installall install:V:
13         for(i in $ARCH) @{
14                 cd $i
15                 mk install
16         }
17
18 clean:V:
19         for(i in $ARCH) @{
20                 cd $i
21                 mk clean
22         }