diff options
Diffstat (limited to 'usr/src/lib/libproc/Makefile.com')
-rw-r--r-- | usr/src/lib/libproc/Makefile.com | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/lib/libproc/Makefile.com b/usr/src/lib/libproc/Makefile.com index 577aea87ec..042b42fd53 100644 --- a/usr/src/lib/libproc/Makefile.com +++ b/usr/src/lib/libproc/Makefile.com @@ -19,8 +19,7 @@ # CDDL HEADER END # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. +# Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. # LIBRARY = libproc.a @@ -87,8 +86,6 @@ LDLIBS += -lrtld_db -lelf -lctf -lc SRCDIR = ../common $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) -MAPFILES += mapfile-vers - CFLAGS += $(CCVERBOSE) CPPFLAGS += -I$(SRCDIR) |