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,18 +20,16 @@
#
#
# 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
+SUBDIRS= iostat mpstat vmstat fsstat kstat
all := TARGET = all
install := TARGET = install
clean := TARGET = clean
clobber := TARGET = clobber