2010-02-16 15:41:33 +01:00
|
|
|
# Makefile for libutil
|
|
|
|
|
|
|
|
LIB= util
|
|
|
|
|
2010-07-16 02:12:16 +02:00
|
|
|
SRCS= openpty.c sha2.c efun.c \
|
2010-07-19 12:46:26 +02:00
|
|
|
sha1.c sha1hl.c sha2.c sha2hl.c md5c.c md5hl.c
|
2010-02-16 15:41:33 +01:00
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.lib.mk>
|