diff options
Diffstat (limited to 'usr/src/lib/nsswitch/mdns/Makefile')
-rw-r--r-- | usr/src/lib/nsswitch/mdns/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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) |