minix/lib/util/Makefile

11 lines
142 B
Makefile
Raw Normal View History

2005-07-19 18:01:37 +02:00
# Makefile for lib/util.
CFLAGS = -O -D_MINIX -D_POSIX_SOURCE
LIBRARIES = libutil
2005-07-19 18:01:37 +02:00
libutil_OBJECTS = \
openpty.o
2005-07-19 18:01:37 +02:00
include ../Makefile.inc