usr/src/cmd/mdb/Makefile.mdb
changeset 524 259d2acc2f55
parent 0 68f95e015346
child 1545 8f6fb1eeee38
--- a/usr/src/cmd/mdb/Makefile.mdb	Tue Sep 13 07:37:29 2005 -0700
+++ b/usr/src/cmd/mdb/Makefile.mdb	Tue Sep 13 10:26:14 2005 -0700
@@ -20,7 +20,7 @@
 # CDDL HEADER END
 #
 #
-# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 # ident	"%Z%%M%	%I%	%E% SMI"
@@ -88,12 +88,6 @@
 LDLIBS += -ltermcap -lkvm -lproc -lrtld_db -lctf -lumem \
 	$(ZLAZYLOAD) -lscf $(ZNOLAZYLOAD)
 
-#
-# Reset STRIPFLAG to the empty string.  MDB is intentionally installed
-# with a symbol table in order to help module developers.
-#
-STRIPFLAG =
-
 LINTFLAGS += -n -errtags=yes
 LINTFILES = $(SRCS:%.c=%.ln)