minix/lib/libutil/Makefile

8 lines
90 B
Makefile
Raw Normal View History

# Makefile for libutil
LIB= util
2010-06-09 14:05:53 +02:00
SRCS= openpty.c sha2.c efun.c
.include <minix.lib.mk>