Print this page
749 "/usr/bin/kstat" should be rewritten in C
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Brendan Gregg <brendan.gregg@joyent.com>

*** 20,37 **** # # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # - #ident "%Z%%M% %I% %E% SMI" - # # cmd/stat/Makefile # include ../Makefile.cmd ! SUBDIRS= iostat mpstat vmstat fsstat all := TARGET = all install := TARGET = install clean := TARGET = clean clobber := TARGET = clobber --- 20,35 ---- # # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # cmd/stat/Makefile # include ../Makefile.cmd ! SUBDIRS= iostat mpstat vmstat fsstat kstat all := TARGET = all install := TARGET = install clean := TARGET = clean clobber := TARGET = clobber