NetBSD/lib/libcompat/Makefile
mycroft aee4b07b8a Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
1993-08-02 17:48:44 +00:00

9 lines
152 B
Makefile

# $Id: Makefile,v 1.3 1993/08/02 17:50:04 mycroft Exp $
LIB= compat
SRCS= ftime.c regex.c
CFLAGS+= -I. -I${.CURDIR} -DNDEBUG
.include <bsd.lib.mk>