BSD 3 development
[unix-history] / usr / mdec / Makefile
CommitLineData
6a08714a
BJ
1all: mboot uboot
2
3mboot: mboot.s
4 as mboot.s
5 dd if=a.out of=mboot bs=32 skip=1
6
7uboot: uboot.s
8 as uboot.s
9 dd if=a.out of=uboot bs=32 skip=1
10
11clean:
12 rm a.out