]> git.sur5r.net Git - openldap/blobdiff - clients/ud/Makefile.in
Add OpenLDAP RCS id
[openldap] / clients / ud / Makefile.in
index 9a85a28b80f53c589eebc5142f2f3e6a99dbf842..54c16e29e13ed6144c913d3288bd85c401fdd425 100644 (file)
@@ -1,3 +1,5 @@
+# $OpenLDAP$
+
 SRCS=  main.c find.c mod.c print.c auth.c util.c help.c \
        string_to_key.c group.c edit.c globals.c
 XSRCS= version.c
@@ -10,7 +12,7 @@ LDAP_INCDIR= ../../include
 LDAP_LIBDIR= ../../libraries
 
 XLIBS =  -lldif -lldap -llber -llutil
-XXLIBS = $(TERMCAP_LIBS) $(KRB_LIBS) $(LUTIL_LIBS)
+XXLIBS = $(TERMCAP_LIBS) $(SECURITY_LIBS) $(LUTIL_LIBS)
 
 ud : version.o
        $(LTLINK) -o $@ version.o $(OBJS) $(LIBS)
@@ -22,4 +24,4 @@ version.c: ${OBJS} $(LDAP_LIBDEPEND)
 install-local: FORCE
        -$(MKDIR) $(bindir)
        -mv -f $(bindir)/ud $(bindir)/ud-
-       $(LTINSTALL) $(INSTALLFLAGS) -m 775 ud $(bindir)
+       $(LTINSTALL) $(INSTALLFLAGS) -m 755 ud $(bindir)