blob: 1cda7ac555b1b25522fbfc63b873917eaf5cf932 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
LIBRARY= crammd5.a
VERS= .1
PLUG_OBJS= cram.o crammd5_init.o
# include common definitions
include ../../Makefile.com
|