diff options
Diffstat (limited to 'usr/src/lib/efcode/Makefile')
-rw-r--r-- | usr/src/lib/efcode/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr/src/lib/efcode/Makefile b/usr/src/lib/efcode/Makefile index 405989c826..1e0a27d3a9 100644 --- a/usr/src/lib/efcode/Makefile +++ b/usr/src/lib/efcode/Makefile @@ -22,8 +22,6 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.lib @@ -33,16 +31,15 @@ TESTDIRS = fcode_test EFCODEDIRS= $(ROOTLIBDIR)/efcode $(ROOTLIBDIR)/efcode/$(MACH64) -all:= TARGET= all +all:= TARGET= all install:= TARGET= install clean:= TARGET= clean clobber:= TARGET= clobber -lint:= TARGET= lint .PARALLEL: $(SUBDIRS) .KEEP_STATE: -all clean clobber lint: $(SUBDIRS) +all clean clobber: $(SUBDIRS) $(EFCODEDIRS): $(INS.dir) |