Change-Id: I6a096ba24809a402911c30406d384d16c03fc96c Reviewed-on: https://plan9port-review.googlesource.com/1410 Reviewed-by: Russ Cox <rsc@swtch.com>
17 lines
211 B
Makefile
17 lines
211 B
Makefile
<$PLAN9/src/mkhdr
|
|
|
|
TARG=auxstats
|
|
|
|
OFILES=\
|
|
$SYSNAME.$O\
|
|
main.$O\
|
|
|
|
HFILES=\
|
|
dat.h\
|
|
|
|
|
|
<$PLAN9/src/mkone
|
|
|
|
KVM=`{if uname |egrep 'BSD' | egrep -v 'OpenBSD' >/dev/null; then echo -lkvm; fi}
|
|
LDFLAGS=$LDFLAGS $KVM
|
|
|