summaryrefslogtreecommitdiff
path: root/usr/src/lib/abi/apptrace
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/abi/apptrace')
-rw-r--r--usr/src/lib/abi/apptrace/Makefile8
-rw-r--r--usr/src/lib/abi/apptrace/Makefile.com1
2 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/lib/abi/apptrace/Makefile b/usr/src/lib/abi/apptrace/Makefile
index c8e66508e5..b141d8b7ba 100644
--- a/usr/src/lib/abi/apptrace/Makefile
+++ b/usr/src/lib/abi/apptrace/Makefile
@@ -23,8 +23,6 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include $(SRC)/lib/Makefile.lib
@@ -42,15 +40,15 @@ CLEANFILES += $(MSGFILES)
#
CPPFLAGS= -I. $(CPPFLAGS.master)
-all := TARGET = all
+all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
.KEEP_STATE:
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
+
$(POFILE): $(MSGFILES)
$(BUILDPO.msgfiles)
diff --git a/usr/src/lib/abi/apptrace/Makefile.com b/usr/src/lib/abi/apptrace/Makefile.com
index 8f760ac522..8fe6427f34 100644
--- a/usr/src/lib/abi/apptrace/Makefile.com
+++ b/usr/src/lib/abi/apptrace/Makefile.com
@@ -46,6 +46,5 @@ $(SUPPRESS_LIBS)ZDEFS = -zdefs
all: $(LIBS)
-lint: lintcheck
include ../../../Makefile.targ