summaryrefslogtreecommitdiff
path: root/usr/src/cmd/dtrace/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/dtrace/Makefile.com')
-rw-r--r--usr/src/cmd/dtrace/Makefile.com5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/cmd/dtrace/Makefile.com b/usr/src/cmd/dtrace/Makefile.com
index 86cac039cc..2f69e31be5 100644
--- a/usr/src/cmd/dtrace/Makefile.com
+++ b/usr/src/cmd/dtrace/Makefile.com
@@ -20,11 +20,9 @@
#
#
-# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
PROG = dtrace
OBJS = dtrace.o
@@ -37,7 +35,6 @@ CFLAGS64 += $(CCVERBOSE)
LDLIBS += -ldtrace -lproc -lctf -lelf
FILEMODE = 0555
-GROUP = bin
CLEANFILES += $(OBJS)