10 lines
142 B
Makefile
10 lines
142 B
Makefile
# Makefile for lib/util.
|
|
|
|
CFLAGS = -O -D_MINIX -D_POSIX_SOURCE
|
|
|
|
LIBRARIES = libutil
|
|
|
|
libutil_OBJECTS = \
|
|
openpty.o
|
|
|
|
include ../Makefile.inc
|