mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
17 lines
197 B
Makefile
17 lines
197 B
Makefile
<$PLAN9/src/mkhdr
|
|
|
|
TARG=auxstats
|
|
|
|
OFILES=\
|
|
$SYSNAME.$O\
|
|
main.$O\
|
|
|
|
HFILES=\
|
|
dat.h\
|
|
|
|
|
|
<$PLAN9/src/mkone
|
|
|
|
KVM=`{if uname |egrep 'BSD|Darwin' >/dev/null; then echo -lkvm; fi}
|
|
LDFLAGS=$LDFLAGS $KVM
|
|
|