]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/disk/smart/mkfile
Add Erik Quanstrom's smart tool for ATA SMART.
[plan9front.git] / sys / src / cmd / disk / smart / mkfile
1 </$objtype/mkfile
2
3 TARG =  disk/smart
4
5 HFILES = smart.h
6 OFILES = ata.$O scsi.$O smart.$O
7
8 BIN=/$objtype/bin
9 UPDATE=\
10         mkfile\
11         $HFILES\
12         ${OFILES:%.$O=%.c}\
13         ${TARG:%=/386/bin/%}\
14
15 </sys/src/cmd/mkone