minix/lib/regex/Makefile.in

14 lines
159 B
Makefile

# Makefile for lib/regex.
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
LIBRARIES=libc
libc_FILES=" \
regcomp.c \
regerror.c \
regexec.c \
regfree.c"
TYPE=both