summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/Imakefile
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1993-08-04 06:01:35 +0000
committerTheodore Tso <tytso@mit.edu>1993-08-04 06:01:35 +0000
commit7626b7c254f71ef4e163fbe7dae43a36a957c233 (patch)
tree26d4acd7abcdb94aa2a80bc5299b9f4235056f3f /src/lib/crypto/des/Imakefile
parent758d47abed84d4c8f915cad5f8ac21cc52451c16 (diff)
downloadkrb5-7626b7c254f71ef4e163fbe7dae43a36a957c233.tar.gz
krb5-7626b7c254f71ef4e163fbe7dae43a36a957c233.tar.xz
krb5-7626b7c254f71ef4e163fbe7dae43a36a957c233.zip
Library directory reorganization; there are now crypto and krb5 directories,
for the libcrypto.a and libkrb5.a files, respectively. The directories which contained files making up those libraries have been moved under those directories. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2628 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/des/Imakefile')
-rw-r--r--src/lib/crypto/des/Imakefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/crypto/des/Imakefile b/src/lib/crypto/des/Imakefile
index 7f0831d4a9..9fb64f82d9 100644
--- a/src/lib/crypto/des/Imakefile
+++ b/src/lib/crypto/des/Imakefile
@@ -69,7 +69,7 @@ DESTESTOBJ = destest.o
all::
depend:: des.c $(SRCS)
-OtherdirLibraryTarget(..,$(DESLIB),$(OBJS))
+SubdirLibraryRule($(OBJS))
DependTarget()
@@ -78,10 +78,10 @@ $(SRCS): fp.c ip.c key_perm.h odd.h p.c p_table.h s_table.h
clean::
$(RM) fp.c ip.c key_perm.h odd.h p.c p_table.h s_table.h
-EXT_LIB = $(TOP)/error_tables/krb5_err.o \
- $(TOP)/error_tables/isode_err.o \
- $(TOP)/lib/cryptoconf.o \
- $(TOP)/lib/crc-32/libcrc32.a \
+EXT_LIB = $(TOP)/lib/krb5/error_tables/krb5_err.o \
+ $(TOP)/lib/krb5/error_tables/isode_err.o \
+ $(TOP)/lib/crypto/cryptoconf.o \
+ $(TOP)/lib/crypto/crc-32/libcrc32.a \
libdes.a $(OSLIB) $(COMERRLIB)
NormalProgramTarget(verify,$(VERIFYOBJ),libdes.a,$(EXT_LIB),)