NetBSD/lib/libcompat/Makefile

7 lines
94 B
Makefile
Raw Normal View History

LIB=compat
SRCS= ftime.c regex.c
CFLAGS+= -I. -I${.CURDIR} -DNDEBUG
.include <bsd.lib.mk>