summaryrefslogtreecommitdiff
path: root/usr/src/lib/libelfsign/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libelfsign/Makefile.com')
-rw-r--r--usr/src/lib/libelfsign/Makefile.com12
1 files changed, 1 insertions, 11 deletions
diff --git a/usr/src/lib/libelfsign/Makefile.com b/usr/src/lib/libelfsign/Makefile.com
index b1490ce92a..37a3a076ad 100644
--- a/usr/src/lib/libelfsign/Makefile.com
+++ b/usr/src/lib/libelfsign/Makefile.com
@@ -18,8 +18,7 @@
#
# CDDL HEADER END
#
-# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
#
LIBRARY = libelfsign.a
@@ -39,9 +38,6 @@ $(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
LDLIBS += -lmd -lelf -lkmf -lcryptoutil -lc
-MAPFILE = mapfile
-MAPFILES = $(MAPFILE)
-
CFLAGS += $(CCMT) $(CCVERBOSE)
CPPFLAGS += -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
@@ -51,10 +47,4 @@ all: $(LIBS)
lint: lintcheck
-$(MAPFILE): $(SRCDIR)/$(MAPFILE).map
- $(RM) $@
- $(CPP) $(SRCDIR)/$(MAPFILE).map > $@
-
-CLEANFILES += $(MAPFILE)
-
include $(SRC)/lib/Makefile.targ