summaryrefslogtreecommitdiff
path: root/usr/src/lib/ncad_addr
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/ncad_addr')
-rw-r--r--usr/src/lib/ncad_addr/Makefile5
-rw-r--r--usr/src/lib/ncad_addr/Makefile.com1
2 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/lib/ncad_addr/Makefile b/usr/src/lib/ncad_addr/Makefile
index 143c41fe5a..a9ce76dd8a 100644
--- a/usr/src/lib/ncad_addr/Makefile
+++ b/usr/src/lib/ncad_addr/Makefile
@@ -22,8 +22,6 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.lib
@@ -34,11 +32,10 @@ all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
.KEEP_STATE:
-all install clean clobber lint: $(SUBDIRS)
+all install clean clobber: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/ncad_addr/Makefile.com b/usr/src/lib/ncad_addr/Makefile.com
index a918a1a3a6..446ed16a3f 100644
--- a/usr/src/lib/ncad_addr/Makefile.com
+++ b/usr/src/lib/ncad_addr/Makefile.com
@@ -38,6 +38,5 @@ CFLAGS += $(CCVERBOSE)
all: $(LIBS)
-lint: lintcheck
include ../../Makefile.targ