1993-06-18 05:46:17 +00:00
|
|
|
LIB = cvs
|
|
|
|
|
|
|
|
CFLAGS += -I${.CURDIR} -I${.CURDIR}/../cvs -DFTIME_MISSING -DHAVE_TIMEZONE
|
|
|
|
|
|
|
|
SRCS = argmatch.c error.c getopt.c sighandle.c strippath.c stripslash.c yesno.c \
|
|
|
|
getdate.y fnmatch.c regex.c subr.c myndbm.c hash.c
|
|
|
|
|
1993-12-31 11:24:16 +00:00
|
|
|
CLEANFILES+= getdate.c y.tab.h
|
1993-06-29 05:02:59 +00:00
|
|
|
|
1993-07-06 19:12:57 +00:00
|
|
|
install:
|
|
|
|
@echo -n
|
|
|
|
|
1993-06-18 05:46:17 +00:00
|
|
|
.include <bsd.lib.mk>
|