aboutsummaryrefslogtreecommitdiff
path: root/mkfile
blob: dd5842568e2f0219d0f298501289859f440e2013 (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
</$objtype/mkfile

MAN=/sys/man/1
BIN=/$objtype/bin
TARG=\
	catphone

OFILES=\
	main.$O\
	alloc.$O\
	sip.$O\

HFILES=\
	dat.h\
	fns.h\

</sys/src/cmd/mkone

install:V: man

uninstall:V:
	for(i in $TARG){
		rm -f $BIN/$i
		rm -f $MAN/$i
	}