diff options
Diffstat (limited to 'usr/src/lib/libshare/smb')
-rw-r--r-- | usr/src/lib/libshare/smb/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr/src/lib/libshare/smb/Makefile b/usr/src/lib/libshare/smb/Makefile index d5f3df5233..be597f8a74 100644 --- a/usr/src/lib/libshare/smb/Makefile +++ b/usr/src/lib/libshare/smb/Makefile @@ -19,8 +19,6 @@ # CDDL HEADER END # # -# ident "%Z%%M% %I% %E% SMI" -# # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -30,17 +28,16 @@ include ../../Makefile.lib SUBDIRS = $(MACH) $(BUILD64)SUBDIRS += $(MACH64) -MSGFILES = libshare_smb.c +MSGFILES = libshare_smb.c all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) |