# Makefile for lib/util.

CFLAGS	= -O -D_MINIX -D_POSIX_SOURCE

LIBRARIES = libutil

libutil_OBJECTS	= \
	openpty.o 

include ../Makefile.inc
