# Makefile for libutil

CPPFLAGS+=-O -D_MINIX -D_POSIX_SOURCE

LIB=	util

SRCS=	openpty.c sha2.c

.include <minix.lib.mk>
