opnsense-src/gnu/usr.bin/cvs/lib/Makefile
1993-12-31 11:24:16 +00:00

13 lines
296 B
Makefile

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 y.tab.h
install:
@echo -n
.include <bsd.lib.mk>