projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07db442
)
Remove dependency on V4 kerberos library --- shouldn't need it
author
Theodore Tso
<tytso@mit.edu>
Sat, 20 Feb 1993 00:58:33 +0000
(
00:58
+0000)
committer
Theodore Tso
<tytso@mit.edu>
Sat, 20 Feb 1993 00:58:33 +0000
(
00:58
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2490
dc483132
-0cff-0310-8789-
dd5450dbe970
src/kadmin/kpasswd/Imakefile
patch
|
blob
|
history
diff --git
a/src/kadmin/kpasswd/Imakefile
b/src/kadmin/kpasswd/Imakefile
index 11329ca1cdc157ecbcc45b6ba4990965e39660dc..dafd983d5f7c3d8087496cdbb530d68d2ff9d957 100644
(file)
--- a/
src/kadmin/kpasswd/Imakefile
+++ b/
src/kadmin/kpasswd/Imakefile
@@
-9,12
+9,6
@@
#
# Imakefile for Kerberos admin server library.
-#ifdef Krb4KDCCompat
-K4LIB=-l$(DES425LIB)
-#else
-K4LIB=
-#endif
-
SRCS = \
networked.c \
kpasswd.c
@@
-28,7
+22,7
@@
ErrorTableObjectRule()
all:: kpasswd
NormalProgramTarget(kpasswd,$(OBJS),$(KDBDEPLIB) $(DEPKLIB), \
- $(KDBLIB) $(K
4LIB) $(K
LIB) ,)
+ $(KDBLIB) $(KLIB) ,)
Krb5InstallClientProgram(kpasswd)
clean::