summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/crc32/Imakefile
blob: b1301e8a2d3cee44885b3b6a580e7722731fb6ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$Source$
#	$Author$
#	$Id$
#
#  Copyright 1990 by the Massachusetts Institute of Technology.
# 
#  For copying and distribution information, please see the file
#  <krb5/copyright.h>.
# 
NormalLibraryObjectRule()

OBJS=	crc.o

SRCS=	crc.c

NormalLibraryTarget(crc32,$(OBJS))