summaryrefslogtreecommitdiffstats
path: root/ldap/libraries
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-04-20 18:10:29 +0000
committerNathan Kinder <nkinder@redhat.com>2005-04-20 18:10:29 +0000
commit6564d68479b24612c78909d5e59ba053aecab601 (patch)
tree0170c1165199bb7026107bcc92cc5a0d53f1492e /ldap/libraries
parentff56fdb054ba13c615537f38b5085293c4d09b8c (diff)
downloadds-6564d68479b24612c78909d5e59ba053aecab601.tar.gz
ds-6564d68479b24612c78909d5e59ba053aecab601.tar.xz
ds-6564d68479b24612c78909d5e59ba053aecab601.zip
155460 - Remove crypt password storage from windows build
Diffstat (limited to 'ldap/libraries')
-rw-r--r--ldap/libraries/libutil/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/ldap/libraries/libutil/Makefile b/ldap/libraries/libutil/Makefile
index 4664f1aa..45c8f718 100644
--- a/ldap/libraries/libutil/Makefile
+++ b/ldap/libraries/libutil/Makefile
@@ -61,10 +61,6 @@ include $(LDAP_SRC)/nsldap.mk
LIBUTIL_OBJS= getopt.o ntevent.o \
ntreg.o ntstubs.o
-ifeq ($(ARCH), WINNT)
-LIBUTIL_OBJS += crypt.o
-endif
-
OBJS = $(addprefix $(OBJDEST)/, $(LIBUTIL_OBJS))
LIBUTIL= $(addprefix $(LIBDIR)/, libutil.$(LIB_SUFFIX))