summaryrefslogtreecommitdiff
path: root/usr/src/lib/libldap5
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libldap5')
-rw-r--r--usr/src/lib/libldap5/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/libldap5/Makefile b/usr/src/lib/libldap5/Makefile
index 096d63a199..e5de491a1f 100644
--- a/usr/src/lib/libldap5/Makefile
+++ b/usr/src/lib/libldap5/Makefile
@@ -22,8 +22,6 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.lib
@@ -45,7 +43,9 @@ POFILES= generic.po
.KEEP_STATE:
-all clean clobber install: $(SUBDIRS)
+all clean install: $(SUBDIRS)
+clobber: $(SUBDIRS)
+ $(RM) $(CLOBBERFILES)
lint:
@ $(ECHO) "usr/src/lib/libldap5 is third-party code that"