aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auxstats/mkfile
blob: 5652c60c5a9a7b487e04d3cf0c8b3e61ac905b37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<$PLAN9/src/mkhdr

TARG=auxstats

OFILES=\
	$SYSNAME.$O\
	main.$O\

HFILES=\
	dat.h\

SHORTLIB=bio 9

<$PLAN9/src/mkone