summaryrefslogtreecommitdiff
path: root/usr/src/lib/nametoaddr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/nametoaddr/Makefile')
-rw-r--r--usr/src/lib/nametoaddr/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr/src/lib/nametoaddr/Makefile b/usr/src/lib/nametoaddr/Makefile
index ff451f6261..7efde833c7 100644
--- a/usr/src/lib/nametoaddr/Makefile
+++ b/usr/src/lib/nametoaddr/Makefile
@@ -22,10 +22,8 @@
#
# Copyright (c) 1989 by Sun Microsystems, Inc.
# All rights reserved.
-#ident "%Z%%M% %I% %E% SMI"
-#
-# lib/nametoaddr/Makefile
#
+
# include global definitions
include ../../Makefile.master
@@ -35,11 +33,10 @@ 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)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)