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/feature_unix/sys/lib/dist/cmd/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
CPUS=386
3
 
4
TARG=\
5
	bargraph\
6
	bflz\
7
	cdsh\
8
	tailfsrv\
9
	touchfs\
10
	unbflz\
11
 
12
OFILES=
13
HFILES=
14
 
15
BIN=/sys/lib/dist/bin/$objtype
16
</sys/src/cmd/mkmany
17
 
18
all:V:		bzfs!all multi!all
19
install:V:	bzfs!install multi!install
20
clean:V:	bzfs!clean multi!clean
21
 
22
bzfs!%:V:
23
	@ { cd bzfs; mk $stem }
24
 
25
multi!%:V:
26
	@ { cd multi; mk $stem }