summaryrefslogtreecommitdiff
path: root/sys/src/cmd/postscript/grabit/mkfile
blob: ca2b3c928d04b22df0ec30a84ef2001a20bd052c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
</$objtype/mkfile

<../config

all:V:	grabit

install installall:V:	$POSTBIN/grabit $POSTLIB/grabit.ps

$POSTBIN/grabit:	grabit
	cp $prereq $target

$POSTLIB/grabit.ps:	grabit.ps
	cp $prereq $target

grabit:	grabit.rc
	sed 's?^POSTLIB=.*?POSTLIB='$POSTLIB'?' grabit.rc >grabit
	chmod 775 grabit

clean nuke:V:
	rm -f grabit