diff options
Diffstat (limited to 'usr/src/lib/nsswitch/compat/Makefile')
-rw-r--r-- | usr/src/lib/nsswitch/compat/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/lib/nsswitch/compat/Makefile b/usr/src/lib/nsswitch/compat/Makefile index 7e2c8196b1..ed69fbf8dd 100644 --- a/usr/src/lib/nsswitch/compat/Makefile +++ b/usr/src/lib/nsswitch/compat/Makefile @@ -20,12 +20,9 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" -# # Copyright (c) 1991 - 1996, by Sun Microsystems, Inc. # All rights reserved. # -# lib/nsswitch/compat/Makefile include ../../../Makefile.master @@ -35,11 +32,10 @@ all:= TARGET= all clean:= TARGET= clean clobber:= TARGET= clobber install:= TARGET= install -lint:= TARGET= lint .KEEP_STATE: -all clean clobber install lint: $(FILES_SUBDIRS) +all clean clobber install: $(FILES_SUBDIRS) $(MACH) $(MACH64): FRC @cd $@; pwd; $(MAKE) $(TARGET) |