lib - extra file for libutil; strnstr and strcasestr from freebsd for libc.

This commit is contained in:
Ben Gras
2010-07-19 10:46:26 +00:00
parent 6ce51040a2
commit ffe7e9166e
4 changed files with 126 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
LIB= util
SRCS= openpty.c sha2.c efun.c \
sha1.c sha1hl.c sha2.c md5c.c md5hl.c
sha1.c sha1hl.c sha2.c sha2hl.c md5c.c md5hl.c
.include <bsd.lib.mk>