minix/lib/libutil/Makefile

9 lines
130 B
Makefile
Raw Normal View History

# Makefile for libutil
LIB= util
SRCS= openpty.c sha2.c efun.c \
sha1.c sha1hl.c sha2.c md5c.c md5hl.c
.include <bsd.lib.mk>