mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
6 lines
108 B
Makefile
6 lines
108 B
Makefile
##
|
|
## Makefile for -lutil
|
|
##
|
|
LIBRARY = liblutil.a
|
|
SRCS = base64.c md5.c sha1.c
|
|
OBJS = base64.o md5.o sha1.o
|