diff options
Diffstat (limited to 'usr/src/lib/scsi/libscsi/Makefile')
-rw-r--r-- | usr/src/lib/scsi/libscsi/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/scsi/libscsi/Makefile b/usr/src/lib/scsi/libscsi/Makefile index c21f8e06fd..6bde94ef10 100644 --- a/usr/src/lib/scsi/libscsi/Makefile +++ b/usr/src/lib/scsi/libscsi/Makefile @@ -23,7 +23,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" include ../../Makefile.lib include ../Makefile.defs @@ -41,12 +40,11 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint install_h:= TARGET = install_h .KEEP_STATE: -all install clean clobber lint: $(SUBDIRS) +all install clean clobber: $(SUBDIRS) install_h: $(ROOTHDRS) |