Makefile revision 1.2
1LIB=compat
2SRCS=	ftime.c regex.c
3	 
4CFLAGS+= -I. -I${.CURDIR} -DNDEBUG
5
6.include <bsd.lib.mk>
7