From 241c90a06e8d1708235651863df515a2d522a03a Mon Sep 17 00:00:00 2001 From: Richard Lowe Date: Thu, 26 Mar 2020 21:07:34 -0400 Subject: 12454 remove lint library machinery Reviewed by: Andy Fiddaman Reviewed by: Gordon Ross Approved by: Dan McDonald --- usr/src/lib/nsswitch/mdns/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'usr/src/lib/nsswitch/mdns') diff --git a/usr/src/lib/nsswitch/mdns/Makefile b/usr/src/lib/nsswitch/mdns/Makefile index f67704e53a..842cd86b55 100644 --- a/usr/src/lib/nsswitch/mdns/Makefile +++ b/usr/src/lib/nsswitch/mdns/Makefile @@ -21,9 +21,6 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# -# lib/nsswitch/mdns/Makefile include ../../../Makefile.master @@ -33,11 +30,10 @@ all:= TARGET= all clean:= TARGET= clean clobber:= TARGET= clobber install:= TARGET= install -lint:= TARGET= lint .KEEP_STATE: -all clean clobber install lint debugmod: $(FILES_SUBDIRS) +all clean clobber install debugmod: $(FILES_SUBDIRS) $(MACH) $(MACH64): FRC @cd $@; pwd; $(MAKE) $(TARGET) -- cgit v1.2.3