summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/lib/Makefile
blob: 3c68ed5530a6322a1ce4d3d9908b9f7338826c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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

CLEANFILES+= getdate.c

install:
	@echo -n

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud