projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
021d314
)
*** empty log message ***
author
John Kohl
<jtkohl@mit.edu>
Wed, 9 May 1990 17:14:47 +0000
(17:14 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 9 May 1990 17:14:47 +0000
(17:14 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@817
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/crc32/Imakefile
[new file with mode: 0644]
patch
|
blob
diff --git a/src/lib/crypto/crc32/Imakefile
b/src/lib/crypto/crc32/Imakefile
new file mode 100644
(file)
index 0000000..
ff17c02
--- /dev/null
+++ b/
src/lib/crypto/crc32/Imakefile
@@ -0,0
+1,7
@@
+NormalLibraryObjectRule()
+
+OBJS= crc.o
+
+SRCS= crc.c
+
+NormalLibraryTarget(crc32,$(OBJS))