012dfd00b3
Submitted by: john birrel One version of the pthreads library another will follow with differnt actions under some cases.. not QUITE complete
9 lines
164 B
Makefile
9 lines
164 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
|
|
# regex sources
|
|
.PATH: ${.CURDIR}/../libc/regex
|
|
|
|
CFLAGS+=-DPOSIX_MISTAKE
|
|
|
|
SRCS+= regcomp.c regerror.c regexec.c regfree.c
|