7 lines
94 B
Makefile
7 lines
94 B
Makefile
LIB=compat
|
|
SRCS= ftime.c regex.c
|
|
|
|
CFLAGS+= -I. -I${.CURDIR} -DNDEBUG
|
|
|
|
.include <bsd.lib.mk>
|