summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-09 17:14:47 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-09 17:14:47 +0000
commit78e1934bea66a130ee5133355734c23d7eacb871 (patch)
tree1c767b103e2fd7075fedbd97139e2d5543ff639a /src/lib
parent021d31446fe0c7b5a77527126112a3c36d33cdf4 (diff)
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@817 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/crc32/Imakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/crypto/crc32/Imakefile b/src/lib/crypto/crc32/Imakefile
new file mode 100644
index 000000000..ff17c02f5
--- /dev/null
+++ b/src/lib/crypto/crc32/Imakefile
@@ -0,0 +1,7 @@
+NormalLibraryObjectRule()
+
+OBJS= crc.o
+
+SRCS= crc.c
+
+NormalLibraryTarget(crc32,$(OBJS))