summaryrefslogtreecommitdiff
path: root/sys/src/cmd/upas/binscripts/mkfile
blob: 27aed84936df55d7ae6c9f073c4887e661f75211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
</$objtype/mkfile

RCFILES=\
	isspam\
	msgcat\
	spam\
	tfmt\
	unspam\

all:Q:
	;

installall:Q:	install
	;

install:V: ${RCFILES:%=$BIN/%}

safeinstall:V: install

safeinstallall:V: install

clean:Q:
	;
nuke:V:
	rm -f $BIN/^($RCFILES)

$BIN/%: %.rc
	cp $stem.rc $BIN/$stem

test:VQ:
	# nothing

<../mkupas