Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/planix-v0/sys/src/cmd/scuzz/mkfile – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
</$objtype/mkfile
2
 
3
TARG =	scuzz
4
 
5
HFILES = scsireq.h
6
OFILES = scuzz.$O cdaudio.$O cdr.$O changer.$O scsireq.$O sense.$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